public class NextItemSelectorController extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
static String |
BTN_SCLASS |
static String |
NAVIGATION_NEXT |
static String |
NAVIGATION_NEXT_ITEM_SELECTOR_CONTEXT |
static String |
NEXT_BUTTON
Deprecated.
since 6.6
|
static String |
NEXT_ITEM_SELECTOR_CONTEXT |
static String |
NEXT_ITEM_SELECTOR_INVOCATION |
| Constructor and Description |
|---|
NextItemSelectorController() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canSelectNextItem() |
protected NavigationItemSelectorContext |
getNavigationItemSelectorContextFromModel() |
org.zkoss.zul.Button |
getNextButton() |
void |
handleSelectorContext(NavigationItemSelectorContext navigationItemSelectorContext) |
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.
|
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, willPassivatepublic static final String NEXT_ITEM_SELECTOR_CONTEXT
@Deprecated public static final String NEXT_BUTTON
public static final String NEXT_ITEM_SELECTOR_INVOCATION
public static final String NAVIGATION_NEXT_ITEM_SELECTOR_CONTEXT
public static final String BTN_SCLASS
public static final String NAVIGATION_NEXT
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 DefaultWidgetControllerpublic void handleSelectorContext(NavigationItemSelectorContext navigationItemSelectorContext)
protected boolean canSelectNextItem()
protected NavigationItemSelectorContext getNavigationItemSelectorContextFromModel()
public org.zkoss.zul.Button getNextButton()
Copyright © 2018. All rights reserved.