|
||||||||||
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.component.UIColumn
public class UIColumn
Field Summary | |
---|---|
static String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIColumn |
---|
COMPONENT_FAMILY |
Constructor Summary | |
---|---|
UIColumn()
|
Method Summary | |
---|---|
String |
getAlign()
|
String |
getLabel()
|
String[] |
getMarkup()
|
String |
getWidth()
|
boolean |
isResizable()
|
boolean |
isSortable()
|
void |
restoreState(javax.faces.context.FacesContext context,
Object state)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAlign(String align)
|
void |
setLabel(String label)
|
void |
setMarkup(String[] markup)
|
void |
setResizable(boolean resizable)
|
void |
setSortable(boolean sortable)
|
void |
setWidth(String width)
|
Methods inherited from class javax.faces.component.UIColumn |
---|
getFamily, getFooter, getHeader, setFooter, setHeader |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
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 void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public String[] getMarkup()
getMarkup
in interface SupportsMarkup
public void setMarkup(String[] markup)
setMarkup
in interface SupportsMarkup
public boolean isSortable()
public void setSortable(boolean sortable)
public boolean isResizable()
public void setResizable(boolean resizable)
public String getAlign()
public void setAlign(String align)
public String getLabel()
public void setLabel(String label)
public String getWidth()
public void setWidth(String width)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |