|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| 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
org.icefaces.ace.component.listcontrol.ListControlBase
public class ListControlBase
| 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 |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
| Constructor Detail |
|---|
public ListControlBase()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setPosition(DualListPosition position)
Set the value of the position property.
public DualListPosition getPosition()
Return the value of the position property.
public void setSelector(java.lang.String selector)
Set the value of the selector property.
public java.lang.String getSelector()
Return the value of the selector property.
public void setLeftClass(java.lang.String leftClass)
Set the value of the leftClass property.
public java.lang.String getLeftClass()
Return the value of the leftClass property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
public java.lang.String getStyleClass()
Return the value of the styleClass property.
public void setFooterStyle(java.lang.String footerStyle)
Set the value of the footerStyle property.
public java.lang.String getFooterStyle()
Return the value of the footerStyle property.
public void setFormat(java.lang.String format)
Set the value of the format property.
public java.lang.String getFormat()
Return the value of the format property.
public void setRightClass(java.lang.String rightClass)
Set the value of the rightClass property.
public java.lang.String getRightClass()
Return the value of the rightClass property.
public void setControlClass(java.lang.String controlClass)
Set the value of the controlClass property.
public java.lang.String getControlClass()
Return the value of the controlClass property.
public void setStyle(java.lang.String style)
Set the value of the style property.
public java.lang.String getStyle()
Return the value of the style property.
public void setHeaderClass(java.lang.String headerClass)
Set the value of the headerClass property.
public java.lang.String getHeaderClass()
Return the value of the headerClass property.
public void setAllRightClass(java.lang.String allRightClass)
Set the value of the allRightClass property.
public java.lang.String getAllRightClass()
Return the value of the allRightClass property.
public void setHeaderStyle(java.lang.String headerStyle)
Set the value of the headerStyle property.
public java.lang.String getHeaderStyle()
Return the value of the headerStyle property.
public void setAllLeftClass(java.lang.String allLeftClass)
Set the value of the allLeftClass property.
public java.lang.String getAllLeftClass()
Return the value of the allLeftClass property.
public void setFooterClass(java.lang.String footerClass)
Set the value of the footerClass property.
public java.lang.String getFooterClass()
Return the value of the footerClass property.
public void setSpacerClass(java.lang.String spacerClass)
Set the value of the spacerClass property.
public java.lang.String getSpacerClass()
Return the value of the spacerClass property.
|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||