Package org.zkoss.stateless.sul
Class IHtml.Updater
- java.lang.Object
-
- org.zkoss.stateless.sul.IHtml.Updater
-
- All Implemented Interfaces:
SmartUpdater
- Enclosing interface:
- IHtml
public static class IHtml.Updater extends java.lang.Object
Builds an updater of typeIHtml
forUiAgent.smartUpdate(Locator, SmartUpdater)
.Updater
is 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 IHtml.Updater
clientAction(java.lang.String clientAction)
Sets the given value ofclientAction
to update to client widgetIHtml.Updater
content(java.lang.String content)
Sets the given value ofcontent
to update to client widgetIHtml.Updater
context(java.lang.String context)
Sets the given value ofcontext
to update to client widgetIHtml.Updater
ctrlKeys(java.lang.String ctrlKeys)
Sets the given value ofctrlKeys
to update to client widgetIHtml.Updater
draggable(java.lang.String draggable)
Sets the given value ofdraggable
to update to client widgetIHtml.Updater
droppable(java.lang.String droppable)
Sets the given value ofdroppable
to update to client widgetIHtml.Updater
focus(boolean focus)
Sets the given value offocus
to update to client widgetIHtml.Updater
height(java.lang.String height)
Sets the given value ofheight
to update to client widgetIHtml.Updater
hflex(java.lang.String hflex)
Sets the given value ofhflex
to update to client widgetIHtml.Updater
id(java.lang.String id)
Sets the given value ofid
to update to client widgetIHtml.Updater
left(java.lang.String left)
Sets the given value ofleft
to update to client widgetjava.util.Map<java.lang.String,java.lang.Object>
marshal()
Serializes the keys and values of the updater.IHtml.Updater
mold(java.lang.String mold)
Sets the given value ofmold
to update to client widgetIHtml.Updater
popup(java.lang.String popup)
Sets the given value ofpopup
to update to client widgetIHtml.Updater
renderdefer(int renderdefer)
Sets the given value ofrenderdefer
to update to client widgetIHtml.Updater
sclass(java.lang.String sclass)
Sets the given value ofsclass
to update to client widgetIHtml.Updater
style(java.lang.String style)
Sets the given value ofstyle
to update to client widgetIHtml.Updater
tabindex(java.lang.Integer tabindex)
Sets the given value oftabindex
to update to client widgetIHtml.Updater
tooltip(java.lang.String tooltip)
Sets the given value oftooltip
to update to client widgetIHtml.Updater
tooltiptext(java.lang.String tooltiptext)
Sets the given value oftooltiptext
to update to client widgetIHtml.Updater
top(java.lang.String top)
Sets the given value oftop
to update to client widgetIHtml.Updater
vflex(java.lang.String vflex)
Sets the given value ofvflex
to update to client widgetIHtml.Updater
visible(boolean visible)
Sets the given value ofvisible
to update to client widgetIHtml.Updater
widgetClass(java.lang.String widgetClass)
Sets the given value ofwidgetClass
to update to client widgetIHtml.Updater
width(java.lang.String width)
Sets the given value ofwidth
to update to client widgetIHtml.Updater
zclass(java.lang.String zclass)
Sets the given value ofzclass
to update to client widgetIHtml.Updater
zIndex(int zIndex)
Sets the given value ofzIndex
to update to client widget
-
-
-
Method Detail
-
id
public IHtml.Updater id(java.lang.String id)
Sets the given value ofid
to update to client widget- Parameters:
id
- The new value forid
- See Also:
IComponent.withId(java.lang.String)
-
visible
public IHtml.Updater visible(boolean visible)
Sets the given value ofvisible
to update to client widget- Parameters:
visible
- The new value forvisible
- See Also:
IComponent.withVisible(boolean)
-
mold
public IHtml.Updater mold(java.lang.String mold)
Sets the given value ofmold
to update to client widget- Parameters:
mold
- The new value formold
- See Also:
IComponent.withMold(java.lang.String)
-
left
public IHtml.Updater left(java.lang.String left)
Sets the given value ofleft
to update to client widget- Parameters:
left
- The new value forleft
- See Also:
IHtmlBasedComponent.withLeft(java.lang.String)
-
top
public IHtml.Updater top(java.lang.String top)
Sets the given value oftop
to update to client widget- Parameters:
top
- The new value fortop
- See Also:
IHtmlBasedComponent.withTop(java.lang.String)
-
zIndex
public IHtml.Updater zIndex(int zIndex)
Sets the given value ofzIndex
to update to client widget- Parameters:
zIndex
- The new value forzIndex
- See Also:
IHtmlBasedComponent.withZIndex(int)
-
height
public IHtml.Updater height(java.lang.String height)
Sets the given value ofheight
to update to client widget- Parameters:
height
- The new value forheight
- See Also:
IHtmlBasedComponent.withHeight(java.lang.String)
-
width
public IHtml.Updater width(java.lang.String width)
Sets the given value ofwidth
to update to client widget- Parameters:
width
- The new value forwidth
- See Also:
IHtmlBasedComponent.withWidth(java.lang.String)
-
tooltiptext
public IHtml.Updater tooltiptext(java.lang.String tooltiptext)
Sets the given value oftooltiptext
to update to client widget- Parameters:
tooltiptext
- The new value fortooltiptext
- See Also:
IHtmlBasedComponent.withTooltiptext(java.lang.String)
-
zclass
public IHtml.Updater zclass(java.lang.String zclass)
Sets the given value ofzclass
to update to client widget- Parameters:
zclass
- The new value forzclass
- See Also:
IHtmlBasedComponent.withZclass(java.lang.String)
-
sclass
public IHtml.Updater sclass(java.lang.String sclass)
Sets the given value ofsclass
to update to client widget- Parameters:
sclass
- The new value forsclass
- See Also:
IHtmlBasedComponent.withSclass(java.lang.String)
-
style
public IHtml.Updater style(java.lang.String style)
Sets the given value ofstyle
to update to client widget- Parameters:
style
- The new value forstyle
- See Also:
IHtmlBasedComponent.withStyle(java.lang.String)
-
draggable
public IHtml.Updater draggable(java.lang.String draggable)
Sets the given value ofdraggable
to update to client widget- Parameters:
draggable
- The new value fordraggable
- See Also:
IHtmlBasedComponent.withDraggable(java.lang.String)
-
focus
public IHtml.Updater focus(boolean focus)
Sets the given value offocus
to update to client widget- Parameters:
focus
- The new value forfocus
- See Also:
IHtmlBasedComponent.withFocus(boolean)
-
droppable
public IHtml.Updater droppable(java.lang.String droppable)
Sets the given value ofdroppable
to update to client widget- Parameters:
droppable
- The new value fordroppable
- See Also:
IHtmlBasedComponent.withDroppable(java.lang.String)
-
vflex
public IHtml.Updater vflex(java.lang.String vflex)
Sets the given value ofvflex
to update to client widget- Parameters:
vflex
- The new value forvflex
- See Also:
IHtmlBasedComponent.withVflex(java.lang.String)
-
hflex
public IHtml.Updater hflex(java.lang.String hflex)
Sets the given value ofhflex
to update to client widget- Parameters:
hflex
- The new value forhflex
- See Also:
IHtmlBasedComponent.withHflex(java.lang.String)
-
renderdefer
public IHtml.Updater renderdefer(int renderdefer)
Sets the given value ofrenderdefer
to update to client widget- Parameters:
renderdefer
- The new value forrenderdefer
- See Also:
IHtmlBasedComponent.withRenderdefer(int)
-
clientAction
public IHtml.Updater clientAction(java.lang.String clientAction)
Sets the given value ofclientAction
to update to client widget- Parameters:
clientAction
- The new value forclientAction
- See Also:
IHtmlBasedComponent.withClientAction(java.lang.String)
-
tabindex
public IHtml.Updater tabindex(java.lang.Integer tabindex)
Sets the given value oftabindex
to update to client widget- Parameters:
tabindex
- The new value fortabindex
- See Also:
IHtmlBasedComponent.withTabindex(java.lang.Integer)
-
ctrlKeys
public IHtml.Updater ctrlKeys(java.lang.String ctrlKeys)
Sets the given value ofctrlKeys
to update to client widget- Parameters:
ctrlKeys
- The new value forctrlKeys
- See Also:
IXulElement.withCtrlKeys(java.lang.String)
-
context
public IHtml.Updater context(java.lang.String context)
Sets the given value ofcontext
to update to client widget- Parameters:
context
- The new value forcontext
- See Also:
IXulElement.withContext(java.lang.String)
-
popup
public IHtml.Updater popup(java.lang.String popup)
Sets the given value ofpopup
to update to client widget- Parameters:
popup
- The new value forpopup
- See Also:
IXulElement.withPopup(java.lang.String)
-
tooltip
public IHtml.Updater tooltip(java.lang.String tooltip)
Sets the given value oftooltip
to update to client widget- Parameters:
tooltip
- The new value fortooltip
- See Also:
IXulElement.withTooltip(java.lang.String)
-
widgetClass
public IHtml.Updater widgetClass(java.lang.String widgetClass)
Sets the given value ofwidgetClass
to update to client widget- Parameters:
widgetClass
- The new value forwidgetClass
- See Also:
IComponent.withWidgetClass(java.lang.String)
-
content
public IHtml.Updater content(java.lang.String content)
Sets the given value ofcontent
to update to client widget- Parameters:
content
- The new value forcontent
- See Also:
IHtml.withContent(java.lang.String)
-
marshal
public java.util.Map<java.lang.String,java.lang.Object> marshal()
Description copied from interface:SmartUpdater
Serializes the keys and values of the updater.- Specified by:
marshal
in interfaceSmartUpdater
- Returns:
- A keys and values mapping for
UiAgent.smartUpdate(org.zkoss.stateless.ui.Locator, org.zkoss.stateless.ui.SmartUpdater)
-
-