org.apache.myfaces.tobago.taglib.component
Class ColumnTag
java.lang.Object
javax.faces.webapp.UIComponentTag
org.apache.myfaces.tobago.taglib.component.TobagoTag
org.apache.myfaces.tobago.taglib.component.ColumnTag
- All Implemented Interfaces:
- JspTag, Tag, ColumnTagDeclaration, TobagoTagDeclaration, HasBinding, HasId, HasIdBindingAndRendered, HasLabel, HasTip, HasWidth, IsRendered
public class ColumnTag
- extends TobagoTag
- implements ColumnTagDeclaration
| Methods inherited from class org.apache.myfaces.tobago.taglib.component.TobagoTag |
doEndTag, doStartTag, getDisabled, getHeight, getHidden, getInline, getLabel, getReadonly, getTitle, getWidth, setDisabled, setHeight, setHidden, setInline, setLabel, setReadonly, setTitle |
| Methods inherited from class javax.faces.webapp.UIComponentTag |
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
| 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.taglib.decl.HasId |
setId |
| Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLabel |
setLabel |
ColumnTag
public ColumnTag()
getComponentType
public java.lang.String getComponentType()
- Specified by:
getComponentType in class UIComponentTag
getRendererType
public java.lang.String getRendererType()
- Overrides:
getRendererType in class TobagoTag
release
public void release()
- Specified by:
release in interface Tag- Overrides:
release in class TobagoTag
setProperties
protected void setProperties(UIComponent component)
- Overrides:
setProperties in class TobagoTag
setMarkup
public void setMarkup(java.lang.String markup)
- Description copied from interface:
ColumnTagDeclaration
- Indicate markup of this component.
Possible value is 'none'. But this can be overridden in the theme.
- Specified by:
setMarkup in interface ColumnTagDeclaration
getAlign
public java.lang.String getAlign()
setAlign
public void setAlign(java.lang.String align)
- Description copied from interface:
ColumnTagDeclaration
- Alignment of this column.
- Specified by:
setAlign in interface ColumnTagDeclaration
getSortable
public java.lang.String getSortable()
setSortable
public void setSortable(java.lang.String sortable)
- Description copied from interface:
ColumnTagDeclaration
- Flag indicating whether or not this column is sortable.
To make a column sortable the data of the sheet must be one of
java.util.List or Object[].
- Specified by:
setSortable in interface ColumnTagDeclaration
getResizable
public java.lang.String getResizable()
setResizable
public void setResizable(java.lang.String resizable)
- Description copied from interface:
ColumnTagDeclaration
- Flag indicating whether or not the width of this column is resizable.
- Specified by:
setResizable in interface ColumnTagDeclaration
setTip
public void setTip(java.lang.String tip)
- Description copied from interface:
HasTip
- Text value to display as tooltip.
- Specified by:
setTip in interface HasTip
setWidth
public void setWidth(java.lang.String width)
- Description copied from interface:
HasWidth
- The width for this component.
This value is used in the gridLayouts columns attribute.
See gridLayout tag for valid values.
- Specified by:
setWidth in interface HasWidth- Overrides:
setWidth in class TobagoTag
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.