Package org.zkoss.stateless.sul
Class ISelectbox.Updater
- java.lang.Object
-
- org.zkoss.stateless.sul.ISelectbox.Updater
-
- All Implemented Interfaces:
SmartUpdater
- Enclosing interface:
- ISelectbox
public static class ISelectbox.Updater extends java.lang.ObjectBuilds an updater of typeISelectboxforUiAgent.smartUpdate(Locator, SmartUpdater).Updateris not thread-safe and generally should not be stored in a field or collection, but instead used immediately to create instances.- See Also:
SmartUpdater
-
-
Constructor Summary
Constructors Constructor Description Updater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISelectbox.UpdaterclientAction(java.lang.String arg0)ISelectbox.Updaterdisabled(boolean arg0)ISelectbox.Updaterdraggable(java.lang.String arg0)ISelectbox.Updaterdroppable(java.lang.String arg0)ISelectbox.Updaterfocus(boolean arg0)ISelectbox.Updaterheight(java.lang.String arg0)ISelectbox.Updaterhflex(java.lang.String arg0)ISelectbox.Updaterid(java.lang.String arg0)ISelectbox.Updaterleft(java.lang.String arg0)java.util.Map<java.lang.String,java.lang.Object>marshal()Serializes the keys and values of the updater.ISelectbox.Updatermaxlength(int arg0)ISelectbox.Updatermold(java.lang.String arg0)ISelectbox.Updatermultiple(boolean arg0)ISelectbox.Updatername(java.lang.String arg0)ISelectbox.Updaterrenderdefer(int arg0)ISelectbox.Updatersclass(java.lang.String arg0)ISelectbox.Updaterstyle(java.lang.String arg0)ISelectbox.Updatertabindex(java.lang.Integer arg0)ISelectbox.Updatertooltiptext(java.lang.String arg0)ISelectbox.Updatertop(java.lang.String arg0)ISelectbox.Updatervflex(java.lang.String arg0)ISelectbox.Updatervisible(boolean arg0)ISelectbox.UpdaterwidgetClass(java.lang.String arg0)ISelectbox.Updaterwidth(java.lang.String arg0)ISelectbox.Updaterzclass(java.lang.String arg0)ISelectbox.UpdaterzIndex(int arg0)
-
-
-
Method Detail
-
id
public ISelectbox.Updater id(java.lang.String arg0)
-
visible
public ISelectbox.Updater visible(boolean arg0)
-
mold
public ISelectbox.Updater mold(java.lang.String arg0)
-
left
public ISelectbox.Updater left(java.lang.String arg0)
-
top
public ISelectbox.Updater top(java.lang.String arg0)
-
zIndex
public ISelectbox.Updater zIndex(int arg0)
-
height
public ISelectbox.Updater height(java.lang.String arg0)
-
width
public ISelectbox.Updater width(java.lang.String arg0)
-
tooltiptext
public ISelectbox.Updater tooltiptext(java.lang.String arg0)
-
zclass
public ISelectbox.Updater zclass(java.lang.String arg0)
-
sclass
public ISelectbox.Updater sclass(java.lang.String arg0)
-
style
public ISelectbox.Updater style(java.lang.String arg0)
-
draggable
public ISelectbox.Updater draggable(java.lang.String arg0)
-
focus
public ISelectbox.Updater focus(boolean arg0)
-
droppable
public ISelectbox.Updater droppable(java.lang.String arg0)
-
vflex
public ISelectbox.Updater vflex(java.lang.String arg0)
-
hflex
public ISelectbox.Updater hflex(java.lang.String arg0)
-
renderdefer
public ISelectbox.Updater renderdefer(int arg0)
-
clientAction
public ISelectbox.Updater clientAction(java.lang.String arg0)
-
tabindex
public ISelectbox.Updater tabindex(java.lang.Integer arg0)
-
disabled
public ISelectbox.Updater disabled(boolean arg0)
-
widgetClass
public ISelectbox.Updater widgetClass(java.lang.String arg0)
-
name
public ISelectbox.Updater name(java.lang.String arg0)
-
multiple
public ISelectbox.Updater multiple(boolean arg0)
-
maxlength
public ISelectbox.Updater maxlength(int arg0)
-
marshal
public java.util.Map<java.lang.String,java.lang.Object> marshal()
Description copied from interface:SmartUpdaterSerializes the keys and values of the updater.- Specified by:
marshalin interfaceSmartUpdater- Returns:
- A keys and values mapping for
UiAgent#smartUpdate
-
-