ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.column
Class ColumnBase

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIColumn
              extended by org.icefaces.ace.component.column.ColumnBase
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder
Direct Known Subclasses:
Column

public class ColumnBase
extends javax.faces.component.UIColumn


Nested Class Summary
protected static class ColumnBase.PropertyKeys
           
 
Field Summary
static java.lang.String COMPONENT_TYPE
           
static java.lang.String RENDERER_TYPE
           
 
Fields inherited from class javax.faces.component.UIColumn
COMPONENT_FAMILY
 
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
 
Constructor Summary
ColumnBase()
           
 
Method Summary
 int getColspan()
          Return the value of the colspan property.
 java.lang.String getFamily()
           
 java.lang.Object getFilterBy()
          Return the value of the filterBy property.
 java.lang.String getFilterMatchMode()
          Return the value of the filterMatchMode property.
 java.lang.Object getFilterOptions()
          Return the value of the filterOptions property.
 java.lang.String getFilterStyle()
          Return the value of the filterStyle property.
 java.lang.String getFilterStyleClass()
          Return the value of the filterStyleClass property.
 java.lang.String getFilterValue()
          Return the value of the filterValue property.
 java.lang.String getFooterText()
          Return the value of the footerText property.
 java.lang.Object getGroupBy()
          Return the value of the groupBy property.
 java.lang.String getHeaderText()
          Return the value of the headerText property.
 int getRowspan()
          Return the value of the rowspan property.
 java.lang.Object getSelectBy()
          Return the value of the selectBy property.
 java.lang.Object getSortBy()
          Return the value of the sortBy property.
 java.util.Comparator getSortFunction()
          Return the value of the sortFunction property.
 java.lang.Integer getSortPriority()
          Return the value of the sortPriority property.
 java.lang.String getStyle()
          Return the value of the style property.
 java.lang.String getStyleClass()
          Return the value of the styleClass property.
 boolean isConfigurable()
          Return the value of the configurable property.
 boolean isReorderable()
          Return the value of the reorderable property.
 java.lang.Boolean isSortAscending()
          Return the value of the sortAscending property.
 boolean isStacked()
          Return the value of the stacked property.
 void setColspan(int colspan)
          Set the value of the colspan property.
 void setConfigurable(boolean configurable)
          Set the value of the configurable property.
 void setFilterBy(java.lang.Object filterBy)
          Set the value of the filterBy property.
 void setFilterMatchMode(java.lang.String filterMatchMode)
          Set the value of the filterMatchMode property.
 void setFilterOptions(java.lang.Object filterOptions)
          Set the value of the filterOptions property.
 void setFilterStyle(java.lang.String filterStyle)
          Set the value of the filterStyle property.
 void setFilterStyleClass(java.lang.String filterStyleClass)
          Set the value of the filterStyleClass property.
 void setFilterValue(java.lang.String filterValue)
          Set the value of the filterValue property.
 void setFooterText(java.lang.String footerText)
          Set the value of the footerText property.
 void setGroupBy(java.lang.Object groupBy)
          Set the value of the groupBy property.
 void setHeaderText(java.lang.String headerText)
          Set the value of the headerText property.
 void setReorderable(boolean reorderable)
          Set the value of the reorderable property.
 void setRowspan(int rowspan)
          Set the value of the rowspan property.
 void setSelectBy(java.lang.Object selectBy)
          Set the value of the selectBy property.
 void setSortAscending(java.lang.Boolean sortAscending)
          Set the value of the sortAscending property.
 void setSortBy(java.lang.Object sortBy)
          Set the value of the sortBy property.
 void setSortFunction(java.util.Comparator sortFunction)
          Set the value of the sortFunction property.
 void setSortPriority(java.lang.Integer sortPriority)
          Set the value of the sortPriority property.
 void setStacked(boolean stacked)
          Set the value of the stacked property.
 void setStyle(java.lang.String style)
          Set the value of the style property.
 void setStyleClass(java.lang.String styleClass)
          Set the value of the styleClass property.
 
Methods inherited from class javax.faces.component.UIColumn
getFooter, getHeader, setFooter, setHeader
 
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE
Constructor Detail

ColumnBase

public ColumnBase()
Method Detail

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class javax.faces.component.UIColumn

setStacked

public void setStacked(boolean stacked)

Set the value of the stacked property.


isStacked

public boolean isStacked()

Return the value of the stacked property.


setFooterText

public void setFooterText(java.lang.String footerText)

Set the value of the footerText property.


getFooterText

public java.lang.String getFooterText()

Return the value of the footerText property.


setColspan

public void setColspan(int colspan)

Set the value of the colspan property.


getColspan

public int getColspan()

Return the value of the colspan property.


setSortPriority

public void setSortPriority(java.lang.Integer sortPriority)

Set the value of the sortPriority property.


getSortPriority

public java.lang.Integer getSortPriority()

Return the value of the sortPriority property.


setStyleClass

public void setStyleClass(java.lang.String styleClass)

Set the value of the styleClass property.


getStyleClass

public java.lang.String getStyleClass()

Return the value of the styleClass property.


setFilterMatchMode

public void setFilterMatchMode(java.lang.String filterMatchMode)

Set the value of the filterMatchMode property.


getFilterMatchMode

public java.lang.String getFilterMatchMode()

Return the value of the filterMatchMode property.


setRowspan

public void setRowspan(int rowspan)

Set the value of the rowspan property.


getRowspan

public int getRowspan()

Return the value of the rowspan property.


setSelectBy

public void setSelectBy(java.lang.Object selectBy)

Set the value of the selectBy property.


getSelectBy

public java.lang.Object getSelectBy()

Return the value of the selectBy property.


setSortFunction

public void setSortFunction(java.util.Comparator sortFunction)

Set the value of the sortFunction property.


getSortFunction

public java.util.Comparator getSortFunction()

Return the value of the sortFunction property.


setGroupBy

public void setGroupBy(java.lang.Object groupBy)

Set the value of the groupBy property.


getGroupBy

public java.lang.Object getGroupBy()

Return the value of the groupBy property.


setConfigurable

public void setConfigurable(boolean configurable)

Set the value of the configurable property.


isConfigurable

public boolean isConfigurable()

Return the value of the configurable property.


setFilterValue

public void setFilterValue(java.lang.String filterValue)

Set the value of the filterValue property.


getFilterValue

public java.lang.String getFilterValue()

Return the value of the filterValue property.


setSortBy

public void setSortBy(java.lang.Object sortBy)

Set the value of the sortBy property.


getSortBy

public java.lang.Object getSortBy()

Return the value of the sortBy property.


setReorderable

public void setReorderable(boolean reorderable)

Set the value of the reorderable property.


isReorderable

public boolean isReorderable()

Return the value of the reorderable property.


setStyle

public void setStyle(java.lang.String style)

Set the value of the style property.


getStyle

public java.lang.String getStyle()

Return the value of the style property.


setFilterOptions

public void setFilterOptions(java.lang.Object filterOptions)

Set the value of the filterOptions property.


getFilterOptions

public java.lang.Object getFilterOptions()

Return the value of the filterOptions property.


setFilterStyleClass

public void setFilterStyleClass(java.lang.String filterStyleClass)

Set the value of the filterStyleClass property.


getFilterStyleClass

public java.lang.String getFilterStyleClass()

Return the value of the filterStyleClass property.


setSortAscending

public void setSortAscending(java.lang.Boolean sortAscending)

Set the value of the sortAscending property.


isSortAscending

public java.lang.Boolean isSortAscending()

Return the value of the sortAscending property.


setFilterStyle

public void setFilterStyle(java.lang.String filterStyle)

Set the value of the filterStyle property.


getFilterStyle

public java.lang.String getFilterStyle()

Return the value of the filterStyle property.


setFilterBy

public void setFilterBy(java.lang.Object filterBy)

Set the value of the filterBy property.


getFilterBy

public java.lang.Object getFilterBy()

Return the value of the filterBy property.


setHeaderText

public void setHeaderText(java.lang.String headerText)

Set the value of the headerText property.


getHeaderText

public java.lang.String getHeaderText()

Return the value of the headerText property.


ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.