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