Uses of Class
org.zkoss.stateless.sul.IPopupBase.OpenOptionBuilder
-
Packages that use IPopupBase.OpenOptionBuilder Package Description org.zkoss.stateless.sul -
-
Uses of IPopupBase.OpenOptionBuilder in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul that return IPopupBase.OpenOptionBuilder Modifier and Type Method Description IPopupBase.OpenOptionBuilder
IPopupBase. getOpen()
Returns the open options that passed fromIPopupBase.withOpen(OpenOptionBuilder)
IPopupBase.OpenOptionBuilder
IPopupBase.OpenOptionBuilder. position(IPopupBase.Position position)
Specifies this popup open with the given position.IPopupBase.OpenOptionBuilder
IPopupBase.OpenOptionBuilder. reference(java.lang.String refId)
Specifies the given reference component id to position the popup.IPopupBase.OpenOptionBuilder
IPopupBase.OpenOptionBuilder. xy(int x, int y)
Specifies the x and y coordinates to open the popup at the client.Methods in org.zkoss.stateless.sul with parameters of type IPopupBase.OpenOptionBuilder Modifier and Type Method Description I
IPopupBase. withOpen(IPopupBase.OpenOptionBuilder builder)
Returns a copy ofthis
immutable component with the specifiedspan
.
-