Package io.keikaiex.ui.impl
Class UserActionManagerCtrlImpl
- java.lang.Object
-
- io.keikai.ui.impl.DefaultUserActionManagerCtrl
-
- io.keikaiex.ui.impl.UserActionManagerCtrlImpl
-
- All Implemented Interfaces:
io.keikai.ui.sys.UserActionManagerCtrl,io.keikai.ui.UserActionManager,java.io.Serializable,org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>,org.zkoss.zk.ui.event.SerializableEventListener<org.zkoss.zk.ui.event.Event>
public class UserActionManagerCtrlImpl extends io.keikai.ui.impl.DefaultUserActionManagerCtrlAction Handler for user's action in zssex, it handles widget (chart and image) actions- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserActionManagerCtrlImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleandispatchCellSelectionUpdateAction(io.keikai.ui.UserActionContext ctx)protected booleandispatchWidgetKeyAction(io.keikai.ui.UserActionContext ctx)protected booleandispatchWidgetUpdateAction(io.keikai.ui.UserActionContext ctx)java.util.Set<java.lang.String>getInterestedEvents()voidonEvent(org.zkoss.zk.ui.event.Event event)-
Methods inherited from class io.keikai.ui.impl.DefaultUserActionManagerCtrl
bind, clearClipboard, clearUndoable, dispatchAuxAction, dispatchKeyAction, doAfterLoadBook, doRedo, doUndo, getAction, getClipboard, getCtrlKeys, getHandlerList, getSupportedUserAction, registerHandler, setHandler, updateClipboardEffect
-
-
-
-
Method Detail
-
getInterestedEvents
public java.util.Set<java.lang.String> getInterestedEvents()
- Specified by:
getInterestedEventsin interfaceio.keikai.ui.sys.UserActionManagerCtrl- Overrides:
getInterestedEventsin classio.keikai.ui.impl.DefaultUserActionManagerCtrl
-
dispatchCellSelectionUpdateAction
protected boolean dispatchCellSelectionUpdateAction(io.keikai.ui.UserActionContext ctx)
-
dispatchWidgetKeyAction
protected boolean dispatchWidgetKeyAction(io.keikai.ui.UserActionContext ctx)
-
dispatchWidgetUpdateAction
protected boolean dispatchWidgetUpdateAction(io.keikai.ui.UserActionContext ctx)
-
onEvent
public void onEvent(org.zkoss.zk.ui.event.Event event) throws java.lang.Exception- Specified by:
onEventin interfaceorg.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>- Overrides:
onEventin classio.keikai.ui.impl.DefaultUserActionManagerCtrl- Throws:
java.lang.Exception
-
-