ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.listcontrol
Class ListControlBase

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.icefaces.ace.component.listcontrol.ListControlBase
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:
ListControl

public class ListControlBase
extends javax.faces.component.UIComponentBase


Nested Class Summary
protected static class ListControlBase.PropertyKeys
           
 
Field Summary
static java.lang.String COMPONENT_TYPE
           
static java.lang.String RENDERER_TYPE
           
 
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
ListControlBase()
           
 
Method Summary
 java.lang.String getAllLeftClass()
          Return the value of the allLeftClass property.
 java.lang.String getAllRightClass()
          Return the value of the allRightClass property.
 java.lang.String getControlClass()
          Return the value of the controlClass property.
 java.lang.String getFamily()
           
 java.lang.String getFooterClass()
          Return the value of the footerClass property.
 java.lang.String getFooterStyle()
          Return the value of the footerStyle property.
 java.lang.String getFormat()
          Return the value of the format property.
 java.lang.String getHeaderClass()
          Return the value of the headerClass property.
 java.lang.String getHeaderStyle()
          Return the value of the headerStyle property.
 java.lang.String getLeftClass()
          Return the value of the leftClass property.
 DualListPosition getPosition()
          Return the value of the position property.
 java.lang.String getRightClass()
          Return the value of the rightClass property.
 java.lang.String getSelector()
          Return the value of the selector property.
 java.lang.String getSpacerClass()
          Return the value of the spacerClass property.
 java.lang.String getStyle()
          Return the value of the style property.
 java.lang.String getStyleClass()
          Return the value of the styleClass property.
 void setAllLeftClass(java.lang.String allLeftClass)
          Set the value of the allLeftClass property.
 void setAllRightClass(java.lang.String allRightClass)
          Set the value of the allRightClass property.
 void setControlClass(java.lang.String controlClass)
          Set the value of the controlClass property.
 void setFooterClass(java.lang.String footerClass)
          Set the value of the footerClass property.
 void setFooterStyle(java.lang.String footerStyle)
          Set the value of the footerStyle property.
 void setFormat(java.lang.String format)
          Set the value of the format property.
 void setHeaderClass(java.lang.String headerClass)
          Set the value of the headerClass property.
 void setHeaderStyle(java.lang.String headerStyle)
          Set the value of the headerStyle property.
 void setLeftClass(java.lang.String leftClass)
          Set the value of the leftClass property.
 void setPosition(DualListPosition position)
          Set the value of the position property.
 void setRightClass(java.lang.String rightClass)
          Set the value of the rightClass property.
 void setSelector(java.lang.String selector)
          Set the value of the selector property.
 void setSpacerClass(java.lang.String spacerClass)
          Set the value of the spacerClass 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.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
See Also:
Constant Field Values
Constructor Detail

ListControlBase

public ListControlBase()
Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class javax.faces.component.UIComponent

setPosition

public void setPosition(DualListPosition position)

Set the value of the position property.


getPosition

public DualListPosition getPosition()

Return the value of the position property.


setSelector

public void setSelector(java.lang.String selector)

Set the value of the selector property.


getSelector

public java.lang.String getSelector()

Return the value of the selector property.


setLeftClass

public void setLeftClass(java.lang.String leftClass)

Set the value of the leftClass property.


getLeftClass

public java.lang.String getLeftClass()

Return the value of the leftClass 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.


setFooterStyle

public void setFooterStyle(java.lang.String footerStyle)

Set the value of the footerStyle property.


getFooterStyle

public java.lang.String getFooterStyle()

Return the value of the footerStyle property.


setFormat

public void setFormat(java.lang.String format)

Set the value of the format property.


getFormat

public java.lang.String getFormat()

Return the value of the format property.


setRightClass

public void setRightClass(java.lang.String rightClass)

Set the value of the rightClass property.


getRightClass

public java.lang.String getRightClass()

Return the value of the rightClass property.


setControlClass

public void setControlClass(java.lang.String controlClass)

Set the value of the controlClass property.


getControlClass

public java.lang.String getControlClass()

Return the value of the controlClass 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.


setHeaderClass

public void setHeaderClass(java.lang.String headerClass)

Set the value of the headerClass property.


getHeaderClass

public java.lang.String getHeaderClass()

Return the value of the headerClass property.


setAllRightClass

public void setAllRightClass(java.lang.String allRightClass)

Set the value of the allRightClass property.


getAllRightClass

public java.lang.String getAllRightClass()

Return the value of the allRightClass property.


setHeaderStyle

public void setHeaderStyle(java.lang.String headerStyle)

Set the value of the headerStyle property.


getHeaderStyle

public java.lang.String getHeaderStyle()

Return the value of the headerStyle property.


setAllLeftClass

public void setAllLeftClass(java.lang.String allLeftClass)

Set the value of the allLeftClass property.


getAllLeftClass

public java.lang.String getAllLeftClass()

Return the value of the allLeftClass property.


setFooterClass

public void setFooterClass(java.lang.String footerClass)

Set the value of the footerClass property.


getFooterClass

public java.lang.String getFooterClass()

Return the value of the footerClass property.


setSpacerClass

public void setSpacerClass(java.lang.String spacerClass)

Set the value of the spacerClass property.


getSpacerClass

public java.lang.String getSpacerClass()

Return the value of the spacerClass property.


ICEfaces 3.1.0
Java API Documentation

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