| org.zkoss.jsf.zul.impl.ClientInputSupport
All known Subclasses: org.zkoss.jsf.zul.impl.BranchInput,
ClientInputSupport | public interface ClientInputSupport (Code) | | Define a set of interface to support client side input naming & decoding.
author: Dennis.Chen |
getInputAttributeName | public String getInputAttributeName()(Code) | | Return attribute name of ZUL component to generate [name] attribute of the [input] element in HTML,
in general case, return 'name';
name of attribute |
getInputAttributeValue | public String getInputAttributeValue()(Code) | | Get attribute value of ZUL component to generate [name] attribute's value of [input] element in HTML,
value of attribute |
|
|