|
||||||||||
| 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
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. |
Measure |
getBorderBottom()
This attribute is for internal use only. |
Measure |
getBorderLeft()
This attribute is for internal use only. |
Measure |
getBorderRight()
This attribute is for internal use only. |
Measure |
getBorderTop()
This attribute is for internal use only. |
Markup |
getCurrentMarkup()
|
String |
getLabel()
Text value to display as label. |
Markup |
getMarkup()
|
Measure |
getPaddingBottom()
This attribute is for internal use only. |
Measure |
getPaddingLeft()
This attribute is for internal use only. |
Measure |
getPaddingRight()
This attribute is for internal use only. |
Measure |
getPaddingTop()
This attribute is for internal use only. |
String |
getTip()
Text value to display as tooltip. |
String |
getWidth()
The layout token for this column. |
boolean |
isOverflowX()
This attribute is for internal use only. |
boolean |
isOverflowY()
This attribute is for internal use only. |
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(javax.faces.context.FacesContext context,
Object componentState)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setAlign(String align)
|
void |
setBorderBottom(Measure borderBottom)
|
void |
setBorderLeft(Measure borderLeft)
|
void |
setBorderRight(Measure borderRight)
|
void |
setBorderTop(Measure borderTop)
|
void |
setCurrentMarkup(Markup currentMarkup)
|
void |
setLabel(String label)
|
void |
setMarkup(Markup markup)
|
void |
setOverflowX(boolean overflowX)
|
void |
setOverflowY(boolean overflowY)
|
void |
setPaddingBottom(Measure paddingBottom)
|
void |
setPaddingLeft(Measure paddingLeft)
|
void |
setPaddingRight(Measure paddingRight)
|
void |
setPaddingTop(Measure paddingTop)
|
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.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| 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 |
| Methods inherited from interface org.apache.myfaces.tobago.config.Configurable |
|---|
getRendererType |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
| Constructor Detail |
|---|
public UIColumn()
| Method Detail |
|---|
public Markup getMarkup()
getMarkup in interface SupportsMarkuppublic void setMarkup(Markup markup)
setMarkup in interface SupportsMarkuppublic Measure getPaddingTop()
getPaddingTop in interface LayoutBoxpublic void setPaddingTop(Measure paddingTop)
setPaddingTop in interface LayoutBoxpublic String getWidth()
getWidth in class AbstractUIColumnpublic 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 String getLabel()
public void setLabel(String label)
public Measure getBorderBottom()
getBorderBottom in interface LayoutBoxpublic void setBorderBottom(Measure borderBottom)
setBorderBottom in interface LayoutBoxpublic Measure getBorderLeft()
getBorderLeft in interface LayoutBoxpublic void setBorderLeft(Measure borderLeft)
setBorderLeft in interface LayoutBoxpublic String getTip()
public void setTip(String tip)
public Measure getPaddingLeft()
getPaddingLeft in interface LayoutBoxpublic void setPaddingLeft(Measure paddingLeft)
setPaddingLeft in interface LayoutBoxpublic Measure getPaddingRight()
getPaddingRight in interface LayoutBoxpublic void setPaddingRight(Measure paddingRight)
setPaddingRight in interface LayoutBoxpublic Measure getBorderTop()
getBorderTop in interface LayoutBoxpublic void setBorderTop(Measure borderTop)
setBorderTop in interface LayoutBoxpublic Markup getCurrentMarkup()
getCurrentMarkup in interface SupportsMarkupgetCurrentMarkup in interface Configurablepublic void setCurrentMarkup(Markup currentMarkup)
setCurrentMarkup in interface SupportsMarkuppublic boolean isOverflowX()
public void setOverflowX(boolean overflowX)
public boolean isResizable()
true
public void setResizable(boolean resizable)
public boolean isOverflowY()
public void setOverflowY(boolean overflowY)
public Measure getBorderRight()
getBorderRight in interface LayoutBoxpublic void setBorderRight(Measure borderRight)
setBorderRight in interface LayoutBoxpublic Measure getPaddingBottom()
getPaddingBottom in interface LayoutBoxpublic void setPaddingBottom(Measure paddingBottom)
setPaddingBottom in interface LayoutBox
public void restoreState(javax.faces.context.FacesContext context,
Object componentState)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||