Uses of Interface
org.zkoss.stateless.sul.ITbeditor
-
Packages that use ITbeditor Package Description org.zkoss.stateless.sul -
-
Uses of ITbeditor in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITbeditor Modifier and Type Field Description static ITbeditor
ITbeditor. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITbeditor Modifier and Type Method Description static ITbeditor
ITbeditorCtrl. from(Tbeditor instance)
static ITbeditor
ITbeditor. of(java.lang.String value)
Returns the instance with the given value.static ITbeditor
ITbeditor. ofId(java.lang.String id)
Returns the instance with the given id.ITbeditor
ITbeditor. withConfig(java.util.Map<java.lang.String,? extends java.lang.Object> config)
Returns a copy ofthis
immutable component with the specifiedconfig
.ITbeditor
ITbeditor. withValue(java.lang.String value)
Returns a copy ofthis
immutable component with the specifiedvalue
.
-