public class EventAcceptorWidgetController extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
protected static String |
SETTING_EVENT_NAME |
protected static String |
SETTING_EVENT_SCOPE |
protected static String |
SETTING_POLLING_DELAY |
protected static String |
SOCKET_OUT_GENERIC_OUTPUT |
| Constructor and Description |
|---|
EventAcceptorWidgetController() |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zul.Timer |
createTimer() |
void |
initialize(org.zkoss.zk.ui.Component comp)
Override this method to do initialization stuff for your widget, like initialize widget settings, restore view
state from viewmodel, etc.
|
protected void |
setCockpitEventQueue(CockpitEventQueue cockpitEventQueue) |
doAfterCompose, doBeforeCompose, doBeforeComposeChildren, executeOperation, getDragAndDropStrategy, getLabel, getLabel, getModel, getValue, getWidgetDragAndDropStrategyRepository, getWidgetInstanceManager, getWidgetRoot, getWidgetSettings, getWidgetslot, getWidgetTitle, getWidgetUtils, initDragAndDropAwareness, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, invokeListenerMethod, onSocketInput, preInitialize, sendOutput, sendOutputAfterOperation, sendOutputAfterOperation, sendOutputAfterOperation, setValue, setWidgetInstanceManager, setWidgetTitlescanEventListenersalert, didActivate, getPage, willClone, willPassivateprotected static final String SOCKET_OUT_GENERIC_OUTPUT
protected static final String SETTING_POLLING_DELAY
protected static final String SETTING_EVENT_SCOPE
protected static final String SETTING_EVENT_NAME
public void initialize(org.zkoss.zk.ui.Component comp)
DefaultWidgetControllerDefaultWidgetController.doAfterCompose(Component) everytime your widget
view is created. See GenericForwardComposer.doAfterCompose(Component) for more details.initialize in class DefaultWidgetControllerprotected void setCockpitEventQueue(CockpitEventQueue cockpitEventQueue)
protected org.zkoss.zul.Timer createTimer()
Copyright © 2018. All rights reserved.