Uses of Interface
org.zkoss.stateless.sul.ISearchbox
-
Packages that use ISearchbox Package Description org.zkoss.stateless.state org.zkoss.stateless.sul -
-
Uses of ISearchbox in org.zkoss.stateless.state
Methods in org.zkoss.stateless.state that return ISearchbox Modifier and Type Method Description ISearchboxISearchboxController. build()Methods in org.zkoss.stateless.state with parameters of type ISearchbox Modifier and Type Method Description static <D> ISearchboxController<D>ISearchboxController. of(ISearchbox owner, org.zkoss.zul.ListModel<D> model)Returns the controller instance with the givensearchboxstatic <D> ISearchboxController<D>ISearchboxController. of(ISearchbox owner, org.zkoss.zul.ListModel<D> model, CheckedFunction2<java.lang.Object,java.lang.Integer,java.lang.String> renderer)Returns the controller instance with the givensearchbox -
Uses of ISearchbox in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ISearchbox Modifier and Type Field Description static ISearchboxISearchbox. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ISearchbox Modifier and Type Method Description static ISearchboxISearchboxCtrl. from(org.zkoss.zkmax.zul.Searchbox instance)static ISearchboxISearchbox. ofId(java.lang.String id)Returns the instance with the given id.ISearchboxISearchbox. withAutoclose(boolean autoclose)Returns a copy ofthisimmutable component with the specifiedautoclose.ISearchboxISearchbox. withMultiple(boolean multiple)Returns a copy ofthisimmutable component with the specifiedmultiple.ISearchboxISearchbox. withOpen(boolean open)Returns a copy ofthisimmutable component with the specifiedopen.ISearchboxISearchbox. withPlaceholder(java.lang.String placeholder)Returns a copy ofthisimmutable component with the specifiedplaceholder.ISearchboxISearchbox. withSearchMessage(java.lang.String searchMessage)Returns a copy ofthisimmutable component with the specifiedsearchMessage.ISearchboxISearchbox. withSearchText(java.lang.String searchText)Returns a copy ofthisimmutable component with the specifiedsearchText.
-