|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIColumn
org.apache.myfaces.tobago.internal.component.AbstractUIColumn
org.apache.myfaces.tobago.component.UIColumn
public class UIColumn
Renders a UIComponent that represents a single column of data within a
parent UISheet component.
UIComponent class, generated from template component1.2.stg
with class
org.apache.myfaces.tobago.internal.taglib.component.ColumnTagDeclaration
.
Field Summary | |
---|---|
static String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIColumn |
---|
COMPONENT_FAMILY |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
UIColumn()
|
Method Summary | |
---|---|
String |
getAlign()
Alignment of this column. |
Markup |
getCurrentMarkup()
|
String |
getLabel()
Text value to display as label. |
Markup |
getMarkup()
|
String |
getTip()
Text value to display as tooltip. |
String |
getWidth()
The layout token for this column. |
boolean |
isResizable()
Flag indicating whether or not the width of this column in a sheet is resizable, by the user. |
boolean |
isSortable()
Flag indicating whether or not this column is sortable. |
void |
restoreState(FacesContext context,
Object componentState)
|
Object |
saveState(FacesContext context)
|
void |
setAlign(String align)
|
void |
setCurrentMarkup(Markup currentMarkup)
|
void |
setLabel(String label)
|
void |
setMarkup(Markup markup)
|
void |
setResizable(boolean resizable)
|
void |
setSortable(boolean sortable)
|
void |
setTip(String tip)
|
void |
setWidth(String width)
|
Methods inherited from class javax.faces.component.UIColumn |
---|
getFamily, getFooter, getHeader, getId, setFooter, setHeader |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String COMPONENT_TYPE
Constructor Detail |
---|
public UIColumn()
Method Detail |
---|
public Markup getMarkup()
getMarkup
in interface SupportsMarkup
public void setMarkup(Markup markup)
setMarkup
in interface SupportsMarkup
public String getWidth()
getWidth
in class org.apache.myfaces.tobago.internal.component.AbstractUIColumn
public void setWidth(String width)
public boolean isSortable()
java.util.List
or Object[]
.
false
public void setSortable(boolean sortable)
public String getAlign()
public void setAlign(String align)
public Markup getCurrentMarkup()
getCurrentMarkup
in interface SupportsMarkup
public void setCurrentMarkup(Markup currentMarkup)
setCurrentMarkup
in interface SupportsMarkup
public boolean isResizable()
true
public void setResizable(boolean resizable)
public String getLabel()
public void setLabel(String label)
public String getTip()
public void setTip(String tip)
public void restoreState(FacesContext context, Object componentState)
restoreState
in interface StateHolder
restoreState
in class UIComponentBase
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |