Package org.zkoss.stateless.sul
Class ILongbox.Updater
- java.lang.Object
-
- org.zkoss.stateless.sul.ILongbox.Updater
-
- All Implemented Interfaces:
SmartUpdater
- Enclosing interface:
- ILongbox
public static class ILongbox.Updater extends java.lang.ObjectBuilds an updater of typeILongboxforUiAgent.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 ILongbox.UpdaterclientAction(java.lang.String arg0)ILongbox.Updatercols(int arg0)ILongbox.Updaterconstraint(java.lang.String arg0)ILongbox.Updatercontext(java.lang.String arg0)ILongbox.UpdaterctrlKeys(java.lang.String arg0)ILongbox.Updaterdisabled(boolean arg0)ILongbox.Updaterdraggable(java.lang.String arg0)ILongbox.Updaterdroppable(java.lang.String arg0)ILongbox.UpdatererrorboxIconSclass(java.lang.String arg0)ILongbox.UpdatererrorboxSclass(java.lang.String arg0)ILongbox.UpdatererrorMessage(java.lang.String arg0)ILongbox.Updaterfocus(boolean arg0)ILongbox.Updaterformat(java.lang.String arg0)ILongbox.Updaterheight(java.lang.String arg0)ILongbox.Updaterhflex(java.lang.String arg0)ILongbox.Updaterid(java.lang.String arg0)ILongbox.Updaterinplace(boolean arg0)ILongbox.Updaterinstant(boolean arg0)ILongbox.Updaterleft(java.lang.String arg0)ILongbox.Updaterlocale(java.util.Locale arg0)java.util.Map<java.lang.String,java.lang.Object>marshal()Serializes the keys and values of the updater.ILongbox.Updatermaxlength(int arg0)ILongbox.Updatermold(java.lang.String arg0)ILongbox.Updatername(java.lang.String arg0)ILongbox.Updaterplaceholder(java.lang.String arg0)ILongbox.Updaterpopup(java.lang.String arg0)ILongbox.Updaterreadonly(boolean arg0)ILongbox.Updaterrenderdefer(int arg0)ILongbox.UpdaterroundingMode(int arg0)ILongbox.Updatersclass(java.lang.String arg0)ILongbox.Updaterstyle(java.lang.String arg0)ILongbox.Updatertabindex(java.lang.Integer arg0)ILongbox.Updatertooltip(java.lang.String arg0)ILongbox.Updatertooltiptext(java.lang.String arg0)ILongbox.Updatertop(java.lang.String arg0)ILongbox.Updatervalue(java.lang.Long arg0)ILongbox.Updatervflex(java.lang.String arg0)ILongbox.Updatervisible(boolean arg0)ILongbox.UpdaterwidgetClass(java.lang.String arg0)ILongbox.Updaterwidth(java.lang.String arg0)ILongbox.Updaterzclass(java.lang.String arg0)ILongbox.UpdaterzIndex(int arg0)
-
-
-
Method Detail
-
id
public ILongbox.Updater id(java.lang.String arg0)
-
visible
public ILongbox.Updater visible(boolean arg0)
-
mold
public ILongbox.Updater mold(java.lang.String arg0)
-
left
public ILongbox.Updater left(java.lang.String arg0)
-
top
public ILongbox.Updater top(java.lang.String arg0)
-
zIndex
public ILongbox.Updater zIndex(int arg0)
-
height
public ILongbox.Updater height(java.lang.String arg0)
-
width
public ILongbox.Updater width(java.lang.String arg0)
-
tooltiptext
public ILongbox.Updater tooltiptext(java.lang.String arg0)
-
zclass
public ILongbox.Updater zclass(java.lang.String arg0)
-
sclass
public ILongbox.Updater sclass(java.lang.String arg0)
-
style
public ILongbox.Updater style(java.lang.String arg0)
-
draggable
public ILongbox.Updater draggable(java.lang.String arg0)
-
focus
public ILongbox.Updater focus(boolean arg0)
-
droppable
public ILongbox.Updater droppable(java.lang.String arg0)
-
vflex
public ILongbox.Updater vflex(java.lang.String arg0)
-
hflex
public ILongbox.Updater hflex(java.lang.String arg0)
-
renderdefer
public ILongbox.Updater renderdefer(int arg0)
-
clientAction
public ILongbox.Updater clientAction(java.lang.String arg0)
-
tabindex
public ILongbox.Updater tabindex(java.lang.Integer arg0)
-
ctrlKeys
public ILongbox.Updater ctrlKeys(java.lang.String arg0)
-
context
public ILongbox.Updater context(java.lang.String arg0)
-
popup
public ILongbox.Updater popup(java.lang.String arg0)
-
tooltip
public ILongbox.Updater tooltip(java.lang.String arg0)
-
readonly
public ILongbox.Updater readonly(boolean arg0)
-
name
public ILongbox.Updater name(java.lang.String arg0)
-
placeholder
public ILongbox.Updater placeholder(java.lang.String arg0)
-
value
public ILongbox.Updater value(java.lang.Long arg0)
-
constraint
public ILongbox.Updater constraint(java.lang.String arg0)
-
errorboxSclass
public ILongbox.Updater errorboxSclass(java.lang.String arg0)
-
errorboxIconSclass
public ILongbox.Updater errorboxIconSclass(java.lang.String arg0)
-
disabled
public ILongbox.Updater disabled(boolean arg0)
-
inplace
public ILongbox.Updater inplace(boolean arg0)
-
maxlength
public ILongbox.Updater maxlength(int arg0)
-
instant
public ILongbox.Updater instant(boolean arg0)
-
errorMessage
public ILongbox.Updater errorMessage(java.lang.String arg0)
-
format
public ILongbox.Updater format(java.lang.String arg0)
-
locale
public ILongbox.Updater locale(java.util.Locale arg0)
-
cols
public ILongbox.Updater cols(int arg0)
-
roundingMode
public ILongbox.Updater roundingMode(int arg0)
-
widgetClass
public ILongbox.Updater widgetClass(java.lang.String 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
-
-