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 ISearchbox
ISearchboxController. 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, ListModel<D> model)
Returns the controller instance with the givensearchbox
static <D> ISearchboxController<D>
ISearchboxController. of(ISearchbox owner, 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 ISearchbox
ISearchbox. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ISearchbox Modifier and Type Method Description static ISearchbox
ISearchboxCtrl. from(Searchbox instance)
static ISearchbox
ISearchbox. ofId(java.lang.String id)
Returns the instance with the given id.ISearchbox
ISearchbox. withAutoclose(boolean autoclose)
Returns a copy ofthis
immutable component with the specifiedautoclose
.ISearchbox
ISearchbox. withMultiple(boolean multiple)
Returns a copy ofthis
immutable component with the specifiedmultiple
.ISearchbox
ISearchbox. withOpen(boolean open)
Returns a copy ofthis
immutable component with the specifiedopen
.ISearchbox
ISearchbox. withPlaceholder(java.lang.String placeholder)
Returns a copy ofthis
immutable component with the specifiedplaceholder
.ISearchbox
ISearchbox. withSearchMessage(java.lang.String searchMessage)
Returns a copy ofthis
immutable component with the specifiedsearchMessage
.
-