Uses of Class
org.zkoss.stateless.ui.UiAgent.Position
-
Packages that use UiAgent.Position Package Description org.zkoss.stateless.ui -
-
Uses of UiAgent.Position in org.zkoss.stateless.ui
Methods in org.zkoss.stateless.ui that return UiAgent.Position Modifier and Type Method Description static UiAgent.Position
UiAgent.Position. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UiAgent.Position[]
UiAgent.Position. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.zkoss.stateless.ui with parameters of type UiAgent.Position Modifier and Type Method Description <I extends IComponent>
UiAgentUiAgent. insertAdjacentComponent(Locator locator, UiAgent.Position position, I newChild)
Inserts a given newChild at a givenUiAgent.Position
relative to the locator component it is invoked upon.
-