|
||||||||||
| 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.UISelectItem
org.rcfaces.core.internal.component.CameliaItemComponent
org.rcfaces.core.component.AbstractItemComponent
org.rcfaces.core.component.SelectItemComponent
org.rcfaces.core.component.UIImageItemComponent
org.rcfaces.core.component.ExpandableItemComponent
public abstract class ExpandableItemComponent
| Field Summary | |
|---|---|
protected static Set |
CAMELIA_ATTRIBUTES
|
| Fields inherited from class org.rcfaces.core.component.UIImageItemComponent |
|---|
COMPONENT_TYPE |
| Fields inherited from class org.rcfaces.core.internal.component.CameliaItemComponent |
|---|
engine |
| Fields inherited from class javax.faces.component.UISelectItem |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
ExpandableItemComponent()
|
|
| Method Summary | |
|---|---|
String |
getBackgroundColor()
Returns the receiver's background color. |
String |
getBackgroundColor(FacesContext facesContext)
See getBackgroundColor() for more details |
protected Set |
getCameliaFields()
|
String |
getExpandedImageURL()
Returns the url string pointing to an image used for the expanded state. |
String |
getExpandedImageURL(FacesContext facesContext)
See getExpandedImageURL() for more details |
String |
getForegroundColor()
Returns the foreground color that the receiver will use to draw. |
String |
getForegroundColor(FacesContext facesContext)
See getForegroundColor() for more details |
String |
getText()
Returns a string value specifying the text shown. |
boolean |
isBackgroundColorSetted()
Returns true if the attribute "backgroundColor" is set. |
boolean |
isExpandedImageURLSetted()
Returns true if the attribute "expandedImageURL" is set. |
boolean |
isForegroundColorSetted()
Returns true if the attribute "foregroundColor" is set. |
boolean |
isTextSetted()
Returns true if the attribute "text" is set. |
void |
setBackgroundColor(String backgroundColor)
Sets the receiver's background color to the color specified by the argument, or to the default system color for the control if the argument is null. |
void |
setExpandedImageURL(String expandedImageURL)
Sets the url string pointing to an image used for the expanded state. |
void |
setForegroundColor(String foregroundColor)
Sets the receiver's foreground color to the color specified by the argument, or to the default system color for the control if the argument is null. |
void |
setText(String text)
Sets a string value specifying the text to be shown. |
void |
setValueExpression(String name,
javax.el.ValueExpression binding)
|
| Methods inherited from class org.rcfaces.core.component.SelectItemComponent |
|---|
getToolTip, getToolTipText, getToolTipText, isToolTipTextSetted, setToolTip, setToolTipText |
| Methods inherited from class org.rcfaces.core.internal.component.CameliaItemComponent |
|---|
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, toString, updatePhase, validationPhase, verifyAsyncDecode |
| Methods inherited from class javax.faces.component.UISelectItem |
|---|
getItemDescription, getItemLabel, getItemValue, getValue, isItemDisabled, isItemEscaped, setItemDescription, setItemDisabled, setItemEscaped, setItemLabel, setItemValue, setValue |
| 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.component.capability.IStatesImageCapability |
|---|
getDisabledImageURL, getHoverImageURL, getSelectedImageURL, setDisabledImageURL, setHoverImageURL, setSelectedImageURL |
| Methods inherited from interface org.rcfaces.core.component.capability.IImageCapability |
|---|
getImageAccessors, getImageURL, setImageURL |
| Methods inherited from interface org.rcfaces.core.internal.manager.IContainerManager |
|---|
getChildCount |
| Field Detail |
|---|
protected static final Set CAMELIA_ATTRIBUTES
| Constructor Detail |
|---|
public ExpandableItemComponent()
| Method Detail |
|---|
public void setText(String text)
ITextCapability
setText in interface ITextCapabilitytext - textpublic String getText()
ITextCapability
getText in interface ITextCapabilitypublic String getBackgroundColor()
IForegroundBackgroundColorCapability
getBackgroundColor in interface IForegroundBackgroundColorCapabilitypublic String getBackgroundColor(FacesContext facesContext)
getBackgroundColor() for more details
public final boolean isBackgroundColorSetted()
true if the attribute "backgroundColor" is set.
true if the attribute is set.public void setBackgroundColor(String backgroundColor)
IForegroundBackgroundColorCapability
setBackgroundColor in interface IForegroundBackgroundColorCapabilitybackgroundColor - background colorpublic String getForegroundColor()
IForegroundBackgroundColorCapability
getForegroundColor in interface IForegroundBackgroundColorCapabilitypublic String getForegroundColor(FacesContext facesContext)
getForegroundColor() for more details
public final boolean isForegroundColorSetted()
true if the attribute "foregroundColor" is set.
true if the attribute is set.public void setForegroundColor(String foregroundColor)
IForegroundBackgroundColorCapability
setForegroundColor in interface IForegroundBackgroundColorCapabilityforegroundColor - foreground colorpublic final boolean isTextSetted()
true if the attribute "text" is set.
true if the attribute is set.public String getExpandedImageURL()
IExpandImageCapability
getExpandedImageURL in interface IExpandImageCapabilitypublic String getExpandedImageURL(FacesContext facesContext)
getExpandedImageURL() for more details
public final boolean isExpandedImageURLSetted()
true if the attribute "expandedImageURL" is set.
true if the attribute is set.public void setExpandedImageURL(String expandedImageURL)
IExpandImageCapability
setExpandedImageURL in interface IExpandImageCapabilityexpandedImageURL - url for imageprotected Set getCameliaFields()
getCameliaFields in class UIImageItemComponent
public void setValueExpression(String name,
javax.el.ValueExpression binding)
setValueExpression in class SelectItemComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||