public class OutputTestWidgetController extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ATTRIBUTE_VALUE_LIST |
protected static String |
COLLINPUT |
protected static String |
CONSTANTS |
protected static String |
GENERIC_INPUT |
protected static String |
QUALIFIED_NAMES |
protected static String |
SHOW_COLL_INPUT |
protected static String |
STATIC_VARIABLES |
| Constructor and Description |
|---|
OutputTestWidgetController() |
| Modifier and Type | Method and Description |
|---|---|
void |
chooseObjectFromCol(Object object) |
void |
filterConstants() |
void |
filterQualifiedNames() |
void |
filterStaticVariables() |
org.zkoss.zul.Listbox |
getAttributeValueList() |
org.zkoss.zul.Menuitem |
getConstants() |
org.zkoss.zul.Menuitem |
getConstantsMenuItem() |
org.zkoss.zul.Menuitem |
getQualifiedNames() |
org.zkoss.zul.Listbox |
getShowCollInput() |
org.zkoss.zul.Menuitem |
getStaticVariables() |
void |
handleDrop(org.zkoss.zk.ui.event.Event event) |
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.
|
void |
selectObjectFromCollection() |
void |
updateTextboxInput(Object object) |
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 ATTRIBUTE_VALUE_LIST
protected static final String COLLINPUT
protected static final String SHOW_COLL_INPUT
protected static final String GENERIC_INPUT
protected static final String CONSTANTS
protected static final String STATIC_VARIABLES
protected static final String QUALIFIED_NAMES
public void chooseObjectFromCol(Object object)
public void selectObjectFromCollection()
throws IllegalAccessException
IllegalAccessExceptionpublic void updateTextboxInput(Object object) throws IllegalAccessException
IllegalAccessExceptionpublic void handleDrop(org.zkoss.zk.ui.event.Event event)
throws IllegalAccessException
IllegalAccessExceptionpublic 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 filterQualifiedNames()
public void filterStaticVariables()
public void filterConstants()
public org.zkoss.zul.Listbox getShowCollInput()
public org.zkoss.zul.Menuitem getConstants()
public org.zkoss.zul.Menuitem getStaticVariables()
public org.zkoss.zul.Menuitem getQualifiedNames()
public org.zkoss.zul.Listbox getAttributeValueList()
public org.zkoss.zul.Menuitem getConstantsMenuItem()
Copyright © 2018. All rights reserved.