Package org.zkoss.stateless.sul
Class ICaption.Updater
- java.lang.Object
-
- org.zkoss.stateless.sul.ICaption.Updater
-
- All Implemented Interfaces:
SmartUpdater
public static class ICaption.Updater extends java.lang.ObjectBuilds an updater of typeICaptionforUiAgent.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 ICaption.UpdaterclientAction(java.lang.String arg0)ICaption.Updatercontext(java.lang.String arg0)ICaption.UpdaterctrlKeys(java.lang.String arg0)ICaption.Updaterdraggable(java.lang.String arg0)ICaption.Updaterdroppable(java.lang.String arg0)ICaption.Updaterfocus(boolean arg0)ICaption.Updaterheight(java.lang.String arg0)ICaption.Updaterhflex(java.lang.String arg0)ICaption.UpdaterhoverImage(java.lang.String arg0)ICaption.UpdatericonSclass(java.lang.String arg0)ICaption.UpdatericonSclasses(java.lang.String[] arg0)ICaption.UpdatericonTooltip(java.lang.String arg0)ICaption.UpdatericonTooltips(java.lang.String[] arg0)ICaption.Updaterid(java.lang.String arg0)ICaption.Updaterimage(java.lang.String arg0)ICaption.Updaterlabel(java.lang.String arg0)ICaption.Updaterleft(java.lang.String arg0)java.util.Map<java.lang.String,java.lang.Object>marshal()Serializes the keys and values of the updater.ICaption.Updatermold(java.lang.String arg0)ICaption.Updaterpopup(java.lang.String arg0)ICaption.UpdaterpreloadImage(boolean arg0)ICaption.Updaterrenderdefer(int arg0)ICaption.Updatersclass(java.lang.String arg0)ICaption.Updaterstyle(java.lang.String arg0)ICaption.Updatertabindex(java.lang.Integer arg0)ICaption.Updatertooltip(java.lang.String arg0)ICaption.Updatertooltiptext(java.lang.String arg0)ICaption.Updatertop(java.lang.String arg0)ICaption.Updatervflex(java.lang.String arg0)ICaption.Updatervisible(boolean arg0)ICaption.UpdaterwidgetClass(java.lang.String arg0)ICaption.Updaterwidth(java.lang.String arg0)ICaption.Updaterzclass(java.lang.String arg0)ICaption.UpdaterzIndex(int arg0)
-
-
-
Method Detail
-
id
public ICaption.Updater id(java.lang.String arg0)
-
visible
public ICaption.Updater visible(boolean arg0)
-
mold
public ICaption.Updater mold(java.lang.String arg0)
-
left
public ICaption.Updater left(java.lang.String arg0)
-
top
public ICaption.Updater top(java.lang.String arg0)
-
zIndex
public ICaption.Updater zIndex(int arg0)
-
height
public ICaption.Updater height(java.lang.String arg0)
-
width
public ICaption.Updater width(java.lang.String arg0)
-
tooltiptext
public ICaption.Updater tooltiptext(java.lang.String arg0)
-
zclass
public ICaption.Updater zclass(java.lang.String arg0)
-
sclass
public ICaption.Updater sclass(java.lang.String arg0)
-
style
public ICaption.Updater style(java.lang.String arg0)
-
draggable
public ICaption.Updater draggable(java.lang.String arg0)
-
focus
public ICaption.Updater focus(boolean arg0)
-
droppable
public ICaption.Updater droppable(java.lang.String arg0)
-
vflex
public ICaption.Updater vflex(java.lang.String arg0)
-
hflex
public ICaption.Updater hflex(java.lang.String arg0)
-
renderdefer
public ICaption.Updater renderdefer(int arg0)
-
clientAction
public ICaption.Updater clientAction(java.lang.String arg0)
-
tabindex
public ICaption.Updater tabindex(java.lang.Integer arg0)
-
ctrlKeys
public ICaption.Updater ctrlKeys(java.lang.String arg0)
-
context
public ICaption.Updater context(java.lang.String arg0)
-
popup
public ICaption.Updater popup(java.lang.String arg0)
-
tooltip
public ICaption.Updater tooltip(java.lang.String arg0)
-
label
public ICaption.Updater label(java.lang.String arg0)
-
iconSclass
public ICaption.Updater iconSclass(java.lang.String arg0)
-
iconSclasses
public ICaption.Updater iconSclasses(java.lang.String[] arg0)
-
iconTooltip
public ICaption.Updater iconTooltip(java.lang.String arg0)
-
iconTooltips
public ICaption.Updater iconTooltips(java.lang.String[] arg0)
-
image
public ICaption.Updater image(java.lang.String arg0)
-
hoverImage
public ICaption.Updater hoverImage(java.lang.String arg0)
-
preloadImage
public ICaption.Updater preloadImage(boolean arg0)
-
widgetClass
public ICaption.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
-
-