Uses of Interface
org.zkoss.zk.ui.sys.PropertyAccess
-
-
Uses of PropertyAccess in org.zkoss.stateless.ui.util
Methods in org.zkoss.stateless.ui.util that return PropertyAccess Modifier and Type Method Description PropertyAccessVolatileComponent. getPropertyAccess(java.lang.String prop) -
Uses of PropertyAccess in org.zkoss.zhtml
Methods in org.zkoss.zhtml that return PropertyAccess Modifier and Type Method Description PropertyAccessText. getPropertyAccess(java.lang.String prop) -
Uses of PropertyAccess in org.zkoss.zhtml.impl
Methods in org.zkoss.zhtml.impl that return PropertyAccess Modifier and Type Method Description PropertyAccessAbstractTag. getPropertyAccess(java.lang.String prop) -
Uses of PropertyAccess in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui that return PropertyAccess Modifier and Type Method Description PropertyAccessAbstractComponent. getPropertyAccess(java.lang.String prop)PropertyAccessHtmlBasedComponent. getPropertyAccess(java.lang.String prop)PropertyAccessHtmlNativeComponent. getPropertyAccess(java.lang.String prop) -
Uses of PropertyAccess in org.zkoss.zk.ui.sys
Classes in org.zkoss.zk.ui.sys that implement PropertyAccess Modifier and Type Class Description classBooleanPropertyAccessA Boolean property access class.classIntegerPropertyAccessAn Integer property class.classIntPropertyAccessAn int property class.classObjectPropertyAccessAn Object proeprty typeclassStringPropertyAccessA String property class.Methods in org.zkoss.zk.ui.sys that return PropertyAccess Modifier and Type Method Description PropertyAccessComponentCtrl. getPropertyAccess(java.lang.String prop)Returns the corresponding property access object from the given property name, if any. -
Uses of PropertyAccess in org.zkoss.zkex.zul
Methods in org.zkoss.zkex.zul that return PropertyAccess Modifier and Type Method Description PropertyAccess<?>Pdfviewer. getPropertyAccess(java.lang.String prop) -
Uses of PropertyAccess in org.zkoss.zkmax.zul
Methods in org.zkoss.zkmax.zul that return PropertyAccess Modifier and Type Method Description PropertyAccessGoldenPanel. getPropertyAccess(java.lang.String prop) -
Uses of PropertyAccess in org.zkoss.zul
Methods in org.zkoss.zul that return PropertyAccess Modifier and Type Method Description PropertyAccessBox. getPropertyAccess(java.lang.String prop)PropertyAccessCombobox. getPropertyAccess(java.lang.String prop)PropertyAccessDatebox. getPropertyAccess(java.lang.String prop)PropertyAccessDecimalbox. getPropertyAccess(java.lang.String prop)PropertyAccessDoublebox. getPropertyAccess(java.lang.String prop)PropertyAccessGrid. getPropertyAccess(java.lang.String prop)PropertyAccessIntbox. getPropertyAccess(java.lang.String prop)PropertyAccessLabel. getPropertyAccess(java.lang.String prop)PropertyAccessListbox. getPropertyAccess(java.lang.String prop)PropertyAccessListitem. getPropertyAccess(java.lang.String prop)PropertyAccessLongbox. getPropertyAccess(java.lang.String prop)PropertyAccessRating. getPropertyAccess(java.lang.String prop)PropertyAccessRow. getPropertyAccess(java.lang.String prop)PropertyAccessTextbox. getPropertyAccess(java.lang.String prop)PropertyAccessTimebox. getPropertyAccess(java.lang.String prop)PropertyAccessTree. getPropertyAccess(java.lang.String prop)PropertyAccessTreeitem. getPropertyAccess(java.lang.String prop) -
Uses of PropertyAccess in org.zkoss.zul.impl
Methods in org.zkoss.zul.impl that return PropertyAccess Modifier and Type Method Description PropertyAccessDateTimeFormatInputElement. getPropertyAccess(java.lang.String prop)PropertyAccessFormatInputElement. getPropertyAccess(java.lang.String prop)PropertyAccessInputElement. getPropertyAccess(java.lang.String prop)PropertyAccessLabelElement. getPropertyAccess(java.lang.String prop)PropertyAccessLabelImageElement. getPropertyAccess(java.lang.String prop)PropertyAccessNumberInputElement. getPropertyAccess(java.lang.String prop)PropertyAccessXulElement. getPropertyAccess(java.lang.String prop) -
Uses of PropertyAccess in org.zkoss.zuti.zul
Methods in org.zkoss.zuti.zul that return PropertyAccess Modifier and Type Method Description PropertyAccessApply. getPropertyAccess(java.lang.String prop)PropertyAccessForEach. getPropertyAccess(java.lang.String prop)PropertyAccessIf. getPropertyAccess(java.lang.String prop)
-