org.zkoss.jsf.zul.impl
Interface ClientInputSupport

All Known Implementing Classes:
Bandbox, BaseCalendar, BaseCheckbox, BaseDatebox, BaseDecimalbox, BaseDoublebox, BaseIntbox, BaseListbox, BaseRadiogroup, BaseSlider, BaseTimebox, BaseTree, BranchInput, Calendar, Checkbox, Combobox, Datebox, Decimalbox, Doublebox, Intbox, Listbox, Radiogroup, Slider, Textbox, Timebox, Tree

public interface ClientInputSupport

Define a set of interface to support client side input naming & decoding.

Author:
Dennis.Chen

Method Summary
 java.lang.String getInputAttributeName()
          Return attribute name of ZUL component to generate [name] attribute of the [input] element in HTML, in general case, return 'name';
 java.lang.String getInputAttributeValue()
          Get attribute value of ZUL component to generate [name] attribute's value of [input] element in HTML,
 

Method Detail

getInputAttributeName

java.lang.String getInputAttributeName()
Return attribute name of ZUL component to generate [name] attribute of the [input] element in HTML, in general case, return 'name';

Returns:
name of attribute

getInputAttributeValue

java.lang.String getInputAttributeValue()
Get attribute value of ZUL component to generate [name] attribute's value of [input] element in HTML,

Returns:
value of attribute


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.