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 ITextboxITextbox. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITextbox Modifier and Type Method Description static ITextboxITextboxCtrl. from(org.zkoss.zul.Textbox instance)static ITextboxITextbox. of(java.lang.String value)Returns the instance with the given value.static ITextboxITextbox. ofCols(int cols)Returns the instance with the given cols.static ITextboxITextbox. ofConstraint(java.lang.String constraint)Returns the instance with the given constraint.static ITextboxITextbox. ofId(java.lang.String id)Returns the instance with the given id.static ITextboxITextbox. ofMultiline(boolean multiline)Returns the instance with the given multiline.
-