Uses of Interface
org.zkoss.stateless.sul.ITextbox
-
Packages that use ITextbox Package Description org.zkoss.stateless.sul -
-
Uses of ITextbox in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITextbox Modifier and Type Field Description static ITextbox
ITextbox. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITextbox Modifier and Type Method Description static ITextbox
ITextboxCtrl. from(Textbox instance)
static ITextbox
ITextbox. of(java.lang.String value)
Returns the instance with the given value.static ITextbox
ITextbox. ofCols(int cols)
Returns the instance with the given cols.static ITextbox
ITextbox. ofConstraint(java.lang.String constraint)
Returns the instance with the given constraint.static ITextbox
ITextbox. ofId(java.lang.String id)
Returns the instance with the given id.static ITextbox
ITextbox. ofMultiline(boolean multiline)
Returns the instance with the given multiline.
-