|
||||||||||
| 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
javax.faces.component.UISelectItems
org.rcfaces.core.internal.component.CameliaItemsComponent
org.rcfaces.core.component.SelectItemsIteratorComponent
public class SelectItemsIteratorComponent
| Field Summary | |
|---|---|
protected static Set |
CAMELIA_ATTRIBUTES
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.rcfaces.core.internal.component.CameliaItemsComponent |
|---|
engine |
| Fields inherited from class javax.faces.component.UISelectItems |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
SelectItemsIteratorComponent()
|
|
SelectItemsIteratorComponent(String componentId)
|
|
| Method Summary | |
|---|---|
protected Set |
getCameliaFields()
|
org.rcfaces.core.internal.component.IDataMapAccessor |
getClientMapAccessor(FacesContext context)
|
String |
getItemAcceleratorKey()
|
String |
getItemAcceleratorKey(FacesContext facesContext)
|
String |
getItemAccessKey()
|
String |
getItemAccessKey(FacesContext facesContext)
|
String |
getItemDescription()
|
String |
getItemDescription(FacesContext facesContext)
|
String |
getItemDisabledImageURL()
|
String |
getItemDisabledImageURL(FacesContext facesContext)
|
String |
getItemExpandedImageURL()
|
String |
getItemExpandedImageURL(FacesContext facesContext)
|
String |
getItemGroupName()
|
String |
getItemGroupName(FacesContext facesContext)
|
String |
getItemHoverImageURL()
|
String |
getItemHoverImageURL(FacesContext facesContext)
|
String |
getItemImageURL()
|
String |
getItemImageURL(FacesContext facesContext)
|
String |
getItemIndexVar()
|
String |
getItemIndexVar(FacesContext facesContext)
|
String |
getItemInputType()
|
String |
getItemInputType(FacesContext facesContext)
|
String |
getItemLabel()
|
String |
getItemLabel(FacesContext facesContext)
|
Object |
getItems()
|
Object |
getItems(FacesContext facesContext)
|
String |
getItemSelectedImageURL()
|
String |
getItemSelectedImageURL(FacesContext facesContext)
|
String |
getItemStyleClass()
|
String |
getItemStyleClass(FacesContext facesContext)
|
Object |
getItemValue()
|
Object |
getItemValue(FacesContext facesContext)
|
org.rcfaces.core.internal.component.IDataMapAccessor |
getServerMapAccessor(FacesContext context)
|
Object |
getValue()
|
Object |
getValue(FacesContext context)
|
String |
getVar()
|
String |
getVar(FacesContext facesContext)
|
boolean |
isItemAcceleratorKeySetted()
Returns true if the attribute "itemAcceleratorKey" is set. |
boolean |
isItemAccessKeySetted()
Returns true if the attribute "itemAccessKey" is set. |
boolean |
isItemDescriptionSetted()
Returns true if the attribute "itemDescription" is set. |
boolean |
isItemDisabled()
|
boolean |
isItemDisabled(FacesContext facesContext)
|
boolean |
isItemDisabledImageURLSetted()
Returns true if the attribute "itemDisabledImageURL" is set. |
boolean |
isItemDisabledSetted()
Returns true if the attribute "itemDisabled" is set. |
boolean |
isItemExpandedImageURLSetted()
Returns true if the attribute "itemExpandedImageURL" is set. |
boolean |
isItemGroupNameSetted()
Returns true if the attribute "itemGroupName" is set. |
boolean |
isItemHoverImageURLSetted()
Returns true if the attribute "itemHoverImageURL" is set. |
boolean |
isItemImageURLSetted()
Returns true if the attribute "itemImageURL" is set. |
boolean |
isItemIndexVarSetted()
Returns true if the attribute "itemIndexVar" is set. |
boolean |
isItemInputTypeSetted()
Returns true if the attribute "itemInputType" is set. |
boolean |
isItemLabelSetted()
Returns true if the attribute "itemLabel" is set. |
boolean |
isItemSelectedImageURLSetted()
Returns true if the attribute "itemSelectedImageURL" is set. |
boolean |
isItemsSetted()
Returns true if the attribute "items" is set. |
boolean |
isItemStyleClassSetted()
Returns true if the attribute "itemStyleClass" is set. |
boolean |
isItemValueSetted()
Returns true if the attribute "itemValue" is set. |
boolean |
isItemVisibility()
|
boolean |
isItemVisibility(FacesContext facesContext)
|
boolean |
isItemVisibilitySetted()
Returns true if the attribute "itemVisibility" is set. |
boolean |
isVarSetted()
Returns true if the attribute "var" is set. |
String |
setClientData(String name,
String value)
|
void |
setClientData(String name,
javax.el.ValueExpression value)
|
void |
setItemAcceleratorKey(String itemAcceleratorKey)
|
void |
setItemAccessKey(String itemAccessKey)
|
void |
setItemDescription(String itemDescription)
|
void |
setItemDisabled(boolean itemDisabled)
|
void |
setItemDisabledImageURL(String itemDisabledImageURL)
|
void |
setItemExpandedImageURL(String itemExpandedImageURL)
|
void |
setItemGroupName(String itemGroupName)
|
void |
setItemHoverImageURL(String itemHoverImageURL)
|
void |
setItemImageURL(String itemImageURL)
|
void |
setItemIndexVar(String itemIndexVar)
|
void |
setItemInputType(String itemInputType)
|
void |
setItemLabel(String itemLabel)
|
void |
setItems(Object items)
|
void |
setItemSelectedImageURL(String itemSelectedImageURL)
|
void |
setItemStyleClass(String itemStyleClass)
|
void |
setItemValue(Object itemValue)
|
void |
setItemVisibility(boolean itemVisibility)
|
Object |
setServerData(String name,
Object value)
|
void |
setServerData(String name,
javax.el.ValueExpression value)
|
void |
setValue(Object value)
|
void |
setVar(String var)
|
| Methods inherited from class org.rcfaces.core.internal.component.CameliaItemsComponent |
|---|
clearListeners, confirmListenerAppend, constructPhase, constructTemplate, decodePhase, encodeBegin, encodeChildren, encodeEnd, getAsyncRenderer, getCameliaValueAlias, getChildren, getChildrenListState, getFamily, getRendererType, getTransientAttribute, getValueExpression, hasDefaultProperties, initializeComponent, initializePhase, isClientRendered, isRendered, isTemplateComponent, processDecodes, processEngineUpdates, processEngineValidators, processUpdates, processValidators, queueEvent, renderPhase, restoreState, saveState, setDefaultProperties, setRendered, setTransientAttribute, setValueExpression, toString, updatePhase, validationPhase, verifyAsyncDecode |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.rcfaces.core.internal.manager.IContainerManager |
|---|
getChildCount |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
protected static final Set CAMELIA_ATTRIBUTES
| Constructor Detail |
|---|
public SelectItemsIteratorComponent()
public SelectItemsIteratorComponent(String componentId)
| Method Detail |
|---|
public void setClientData(String name,
javax.el.ValueExpression value)
setClientData in interface org.rcfaces.core.internal.manager.IClientDataManager
public String setClientData(String name,
String value)
setClientData in interface org.rcfaces.core.internal.manager.IClientDataManager
public void setServerData(String name,
javax.el.ValueExpression value)
setServerData in interface org.rcfaces.core.internal.manager.IServerDataManager
public Object setServerData(String name,
Object value)
setServerData in interface org.rcfaces.core.internal.manager.IServerDataManagerpublic void setValue(Object value)
setValue in class UISelectItemspublic Object getValue()
getValue in class UISelectItemspublic Object getValue(FacesContext context)
public org.rcfaces.core.internal.component.IDataMapAccessor getClientMapAccessor(FacesContext context)
public org.rcfaces.core.internal.component.IDataMapAccessor getServerMapAccessor(FacesContext context)
public Object getItems()
public Object getItems(FacesContext facesContext)
public void setItems(Object items)
public boolean isItemsSetted()
true if the attribute "items" is set.
true if the attribute is set.public String getVar()
public String getVar(FacesContext facesContext)
public void setVar(String var)
public boolean isVarSetted()
true if the attribute "var" is set.
true if the attribute is set.public String getItemIndexVar()
public String getItemIndexVar(FacesContext facesContext)
public void setItemIndexVar(String itemIndexVar)
public boolean isItemIndexVarSetted()
true if the attribute "itemIndexVar" is set.
true if the attribute is set.public String getItemLabel()
public String getItemLabel(FacesContext facesContext)
public void setItemLabel(String itemLabel)
public boolean isItemLabelSetted()
true if the attribute "itemLabel" is set.
true if the attribute is set.public Object getItemValue()
public Object getItemValue(FacesContext facesContext)
public void setItemValue(Object itemValue)
public boolean isItemValueSetted()
true if the attribute "itemValue" is set.
true if the attribute is set.public boolean isItemDisabled()
public boolean isItemDisabled(FacesContext facesContext)
public void setItemDisabled(boolean itemDisabled)
public boolean isItemDisabledSetted()
true if the attribute "itemDisabled" is set.
true if the attribute is set.public String getItemDescription()
public String getItemDescription(FacesContext facesContext)
public void setItemDescription(String itemDescription)
public boolean isItemDescriptionSetted()
true if the attribute "itemDescription" is set.
true if the attribute is set.public String getItemAccessKey()
public String getItemAccessKey(FacesContext facesContext)
public void setItemAccessKey(String itemAccessKey)
public boolean isItemAccessKeySetted()
true if the attribute "itemAccessKey" is set.
true if the attribute is set.public String getItemAcceleratorKey()
public String getItemAcceleratorKey(FacesContext facesContext)
public void setItemAcceleratorKey(String itemAcceleratorKey)
public boolean isItemAcceleratorKeySetted()
true if the attribute "itemAcceleratorKey" is set.
true if the attribute is set.public String getItemGroupName()
public String getItemGroupName(FacesContext facesContext)
public void setItemGroupName(String itemGroupName)
public boolean isItemGroupNameSetted()
true if the attribute "itemGroupName" is set.
true if the attribute is set.public String getItemInputType()
public String getItemInputType(FacesContext facesContext)
public void setItemInputType(String itemInputType)
public boolean isItemInputTypeSetted()
true if the attribute "itemInputType" is set.
true if the attribute is set.public String getItemStyleClass()
public String getItemStyleClass(FacesContext facesContext)
public void setItemStyleClass(String itemStyleClass)
public boolean isItemStyleClassSetted()
true if the attribute "itemStyleClass" is set.
true if the attribute is set.public String getItemImageURL()
public String getItemImageURL(FacesContext facesContext)
public void setItemImageURL(String itemImageURL)
public boolean isItemImageURLSetted()
true if the attribute "itemImageURL" is set.
true if the attribute is set.public String getItemDisabledImageURL()
public String getItemDisabledImageURL(FacesContext facesContext)
public void setItemDisabledImageURL(String itemDisabledImageURL)
public boolean isItemDisabledImageURLSetted()
true if the attribute "itemDisabledImageURL" is set.
true if the attribute is set.public String getItemHoverImageURL()
public String getItemHoverImageURL(FacesContext facesContext)
public void setItemHoverImageURL(String itemHoverImageURL)
public boolean isItemHoverImageURLSetted()
true if the attribute "itemHoverImageURL" is set.
true if the attribute is set.public String getItemSelectedImageURL()
public String getItemSelectedImageURL(FacesContext facesContext)
public void setItemSelectedImageURL(String itemSelectedImageURL)
public boolean isItemSelectedImageURLSetted()
true if the attribute "itemSelectedImageURL" is set.
true if the attribute is set.public String getItemExpandedImageURL()
public String getItemExpandedImageURL(FacesContext facesContext)
public void setItemExpandedImageURL(String itemExpandedImageURL)
public boolean isItemExpandedImageURLSetted()
true if the attribute "itemExpandedImageURL" is set.
true if the attribute is set.public boolean isItemVisibility()
public boolean isItemVisibility(FacesContext facesContext)
public void setItemVisibility(boolean itemVisibility)
public boolean isItemVisibilitySetted()
true if the attribute "itemVisibility" is set.
true if the attribute is set.protected Set getCameliaFields()
getCameliaFields in class org.rcfaces.core.internal.component.CameliaItemsComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||