| org.zkoss.zul.impl.LabelImageElement org.zkoss.zul.Listcell
Listcell | public Listcell()(Code) | | |
getColumnHtmlPostfix | public String getColumnHtmlPostfix()(Code) | | Returns the postfix of the first column (in HTML tags), null if this
is not first column. Called only by listcell.jsp.
|
getColumnHtmlPrefix | public String getColumnHtmlPrefix()(Code) | | Returns the prefix of the first column (in HTML tags), null if this
is not first column. Called only by listcell.dsp.
|
getColumnIndex | public int getColumnIndex()(Code) | | Returns the column index of this cell, starting from 0.
|
getLabelAttrs | public String getLabelAttrs()(Code) | | Returns the attributes used by the embedded HTML LABEL tag.
It returns text-relevant styles only.
Used only by component developer.
|
getListbox | public Listbox getListbox()(Code) | | Returns the list box that it belongs to.
|
getListheader | public Listheader getListheader()(Code) | | Returns the list header that is in the same column as
this cell, or null if not available.
|
getListitem | public Listitem getListitem()(Code) | | Returns the list item that it belongs to.
|
getSpan | public int getSpan()(Code) | | Returns number of columns to span this cell.
Default: 1.
|
getValue | public Object getValue()(Code) | | Returns the value.
Default: null.
Note: the value is application dependent, you can place
whatever value you want.
|
invalidate | public void invalidate()(Code) | | |
setSpan | public void setSpan(int span)(Code) | | Sets the number of columns to span this cell.
It is the same as the colspan attribute of HTML TD tag.
|
setValue | public void setValue(Object value)(Code) | | Sets the value.
Parameters: value - the value.Note: the value is application dependent, you can placewhatever value you want. |
|
|