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.OpenOptionBuilderIPopupBase. getOpen()Returns the open options that passed fromIPopupBase.withOpen(OpenOptionBuilder)IPopupBase.OpenOptionBuilderIPopupBase.OpenOptionBuilder. position(IPopupBase.Position position)Specifies this popup open with the given position.IPopupBase.OpenOptionBuilderIPopupBase.OpenOptionBuilder. reference(java.lang.String refId)Specifies the given reference component id to position the popup.IPopupBase.OpenOptionBuilderIPopupBase.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 IIPopupBase. withOpen(IPopupBase.OpenOptionBuilder builder)Returns a copy ofthisimmutable component with the specifiedspan.
-