com.ibm.xsp.component.xp
Class XspViewColumn

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIColumn
              extended by com.ibm.xsp.component.UIColumnEx
                  extended by com.ibm.xsp.component.UIViewColumn
                      extended by com.ibm.xsp.component.xp.XspViewColumn
All Implemented Interfaces:
FacesAttrsObject, FacesComponent, FacesParentReliantComponent, FacesThemeHandler, ThemeControl, javax.faces.component.NamingContainer, javax.faces.component.StateHolder

public class XspViewColumn
extends UIViewColumn

A control that displays a column in a view

XPages Container Controls - View Column


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.faces.component.UIComponentBase
javax.faces.component.UIComponentBase.AggregatedIterator, javax.faces.component.UIComponentBase.UnmodifiableIterator
 
Nested classes/interfaces inherited from class javax.faces.component.UIComponent
javax.faces.component.UIComponent.StateMap, javax.faces.component.UIComponent.StateMapEntry
 
Field Summary
static java.lang.String COMPONENT_TYPE
           
static java.lang.String RENDERER_TYPE
           
 
Fields inherited from class com.ibm.xsp.component.UIViewColumn
DEFAULT_COLLAPSED_IMAGE, DEFAULT_COLLAPSED_IMAGE_RTL, DEFAULT_EXPANDED_IMAGE, HIDDEN, INTERNAL_CHECKBOX_ID, INTERNAL_COLUMNICON_ID, INTERNAL_COLUMNICONLINK_ID, INTERNAL_COLUMNLINK_ID, INTERNAL_COLUMNTEXT_ID, LINK, TEXT, VALUEBINDING_COLUMNS, VALUEBINDING_IS_SELECTED, VIEW_CHECKBOX_STYLE
 
Fields inherited from class com.ibm.xsp.component.UIColumnEx
COMPONENT_FAMILY
 
Fields inherited from class javax.faces.component.UIComponentBase
EMPTY_ITERATOR
 
Fields inherited from class javax.faces.component.UIComponent
_xspStateId
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
XspViewColumn()
           
 
Method Summary
 java.lang.String getRole()
           Return the value of the role property.
 void restoreState(javax.faces.context.FacesContext _context, java.lang.Object _state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext _context)
           
 void setRole(java.lang.String role)
           Set the value of the role property.
 
Methods inherited from class com.ibm.xsp.component.UIViewColumn
addAttr, buildContents, getAttrs, getCollapsedImage, getColumnName, getContentType, getConverter, getDataModel, getDisplayAs, getDocumentUrl, getExpandedImage, getHtmlFilter, getIconAlt, getIconSrc, getOnclick, getPageUrl, getStyle, getStyleClass, getStyleKitFamily, getValue, getViewRowData, getWidth, initAfterContents, initBeforeContents, isIndentResponses, isOpenDocAsReadonly, isResponseDocument, isShowCheckbox, setAttrs, setCollapsedImage, setColumnName, setContentType, setConverter, setDisplayAs, setExpandedImage, setHtmlFilter, setIconAlt, setIconSrc, setIndentResponses, setOnclick, setOpenDocAsReadonly, setPageUrl, setShowCheckbox, setStyle, setStyleClass, setThemeProperty, setValue, setWidth
 
Methods inherited from class com.ibm.xsp.component.UIColumnEx
changedParent, getFamily, getFooterClass, getHeaderClass, setFooterClass, setHeaderClass
 
Methods inherited from class javax.faces.component.UIColumn
getFooter, getHeader, setFooter, setHeader
 
Methods inherited from class javax.faces.component.UIComponentBase
_xspCleanTransientData, _xspGetReadOnlyObj, _xspGetRendererData, _xspRemoveReadOnlyObj, _xspRemoveRendererData, _xspSetIdUnchecked, _xspSetReadOnlyObj, _xspSetRendererData, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, 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 javax.faces.component.UIComponent
_xspGetStateId, _xspGetStateMap, _xspRestoreAttribute, _xspRestoreState, _xspSaveState, invokeOnComponent, isVisitable, markInitialState, setControlState, 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
See Also:
Constant Field Values
Constructor Detail

XspViewColumn

public XspViewColumn()
Method Detail

getRole

public java.lang.String getRole()

Return the value of the role property. Contents:

Describes the role of the current UI element/area. It can be used by assistive technologies to determine its purpose.


restoreState

public void restoreState(javax.faces.context.FacesContext _context,
                         java.lang.Object _state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class UIViewColumn

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext _context)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class UIViewColumn

setRole

public void setRole(java.lang.String role)

Set the value of the role property.