|
||||||||||
| 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.UIOutput
org.rcfaces.core.internal.component.CameliaOutputComponent
org.rcfaces.core.component.AbstractOutputComponent
org.rcfaces.core.component.ExpandBarComponent
public class ExpandBarComponent
The expandBar Component is a container that can be collapsed to show only a title bar. Expand Bars can be managed by group : only one element of the group is expanded.
The expandBar Component has the following capabilities :
The default expandBar renderer is link to the f_expandBar javascript class. f_expandBar extends f_component, fa_disabled, fa_readOnly, fa_collapsed, fa_groupName, fa_overStyleClass
Table of component style classes:
| Style Name | Description |
|---|---|
| f_expandBar | Defines styles for the wrapper UL element |
| f_expandBar_head | Defines styles for the LI element for the title. |
| f_expandBar_body | Defines styles for the element for the body. |
| Field Summary | |
|---|---|
protected static Set |
CAMELIA_ATTRIBUTES
|
protected static String |
CAMELIA_VALUE_ALIAS
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.rcfaces.core.internal.component.CameliaOutputComponent |
|---|
engine |
| Fields inherited from class javax.faces.component.UIOutput |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Fields inherited from interface org.rcfaces.core.component.capability.IAsyncRenderModeCapability |
|---|
BUFFER_ASYNC_RENDER_MODE, DEFAULT_ASYNC_RENDER_MODE, NONE_ASYNC_RENDER_MODE, TREE_ASYNC_RENDER_MODE |
| Fields inherited from interface org.rcfaces.core.component.capability.ITextDirectionCapability |
|---|
DEFAULT_TEXT_DIRECTION, LEFT_TO_RIGHT_TEXT_DIRECTION, RIGHT_LEFT_TEXT_DIRECTION |
| Fields inherited from interface org.rcfaces.core.component.capability.IHiddenModeCapability |
|---|
CLIENT_HIDDEN_MODE, DEFAULT_HIDDEN_MODE, IGNORE_HIDDEN_MODE, PHANTOM_HIDDEN_MODE, SERVER_HIDDEN_MODE |
| Constructor Summary | |
|---|---|
ExpandBarComponent()
|
|
ExpandBarComponent(String componentId)
|
|
| Method Summary | |
|---|---|
void |
addBlurListener(IBlurListener listener)
Adds a listener to the component for the blur event |
void |
addExpandListener(IExpandListener listener)
Adds a listener to the component for the expand event |
void |
addFocusListener(IFocusListener listener)
Adds a listener to the component for the focus event |
void |
addLoadListener(ILoadListener listener)
Adds a listener to the component for the load event |
void |
addSelectionListener(ISelectionListener listener)
Adds a listener to the component for the selection event |
String |
getAccessKey()
Returns a string that indicates the alphanumeric key used to execute an action from the keyboard (in conjunction with a alteration key ex : Alt). |
String |
getAccessKey(FacesContext facesContext)
See getAccessKey() for more details |
int |
getAsyncRenderMode()
Returns a int value that indicates the rendering mode for asynchronous capable component. |
int |
getAsyncRenderMode(FacesContext facesContext)
See getAsyncRenderMode() for more details |
protected Set |
getCameliaFields()
|
protected String |
getCameliaValueAlias()
|
String |
getCollapsedText()
Returns a string value specifying the text to show when the component is collapsed. |
String |
getCollapsedText(FacesContext facesContext)
Returns a string value specifying the text to show when the component is collapsed. |
String |
getCollapseEffect()
Returns a string value indicating the effect to use when transionning from one state to the other. |
String |
getCollapseEffect(FacesContext facesContext)
Returns a string value indicating the effect to use when transionning from one state to the other. |
Boolean |
getFontBold()
Returns a boolean object (or null) indicating the bold property for the specified font. |
Boolean |
getFontBold(FacesContext facesContext)
See getFontBold() for more details |
Boolean |
getFontItalic()
Returns a boolean object (or null) indicating the italic property for the specified font. |
Boolean |
getFontItalic(FacesContext facesContext)
See getFontItalic() for more details |
String |
getFontName()
Returns a string value indicating the name of the font used for this component. |
String |
getFontName(FacesContext facesContext)
See getFontName() for more details |
String |
getFontSize()
Returns a string indicating the size to use for the selected font. |
String |
getFontSize(FacesContext facesContext)
See getFontSize() for more details |
Boolean |
getFontUnderline()
Returns a boolean object (or null) indicating the underline property for the specified font. |
Boolean |
getFontUnderline(FacesContext facesContext)
See getFontUnderline() for more details |
String |
getGroupName()
Returns a string specifying the name of the virtual entity that links different components together. |
String |
getGroupName(FacesContext facesContext)
See getGroupName() for more details |
String |
getOverStyleClass()
|
String |
getOverStyleClass(FacesContext facesContext)
See getOverStyleClass() for more details |
Object |
getScopeValue()
|
Object |
getScopeValue(FacesContext facesContext)
See getScopeValue() for more details |
String |
getScopeVar()
|
String |
getScopeVar(FacesContext facesContext)
See getScopeVar() for more details |
Integer |
getTabIndex()
Returns an int value specifying the position of this element in the tabbing order for the current document. |
Integer |
getTabIndex(FacesContext facesContext)
See getTabIndex() for more details |
String |
getText()
Returns a string value specifying the text shown. |
String |
getText(FacesContext facesContext)
See getText() for more details |
String |
getTextAlignment()
Returns horizontal alignment. |
String |
getTextAlignment(FacesContext facesContext)
See getTextAlignment() for more details |
int |
getTextDirection()
|
int |
getTextDirection(FacesContext facesContext)
See getTextDirection() for more details |
boolean |
isAccessKeySetted()
Returns true if the attribute "accessKey" is set. |
boolean |
isAsyncRenderModeSetted()
Returns true if the attribute "asyncRenderMode" is set. |
boolean |
isBorder()
Returns a boolean value that indicates if the component should show a border or not. |
boolean |
isBorder(FacesContext facesContext)
See isBorder() for more details |
boolean |
isBorderSetted()
Returns true if the attribute "border" is set. |
boolean |
isCollapsed()
Returns a boolean value indicating wether the component is collapsed. |
boolean |
isCollapsed(FacesContext facesContext)
See isCollapsed() for more details |
boolean |
isCollapsedSetted()
Returns true if the attribute "collapsed" is set. |
boolean |
isCollapsedTextSetted()
Returns true if the attribute "collapsedText" is set. |
boolean |
isCollapseEffectSetted()
Returns true if the attribute "collapseEffect" is set. |
boolean |
isDisabled()
Returns false if the receiver is enabled and all ancestors
up to and including the receiver's nearest ancestor shell are enabled. |
boolean |
isDisabled(FacesContext facesContext)
See isDisabled() for more details |
boolean |
isDisabledSetted()
Returns true if the attribute "disabled" is set. |
boolean |
isFontBoldSetted()
Returns true if the attribute "fontBold" is set. |
boolean |
isFontItalicSetted()
Returns true if the attribute "fontItalic" is set. |
boolean |
isFontNameSetted()
Returns true if the attribute "fontName" is set. |
boolean |
isFontSizeSetted()
Returns true if the attribute "fontSize" is set. |
boolean |
isFontUnderlineSetted()
Returns true if the attribute "fontUnderline" is set. |
boolean |
isGroupNameSetted()
Returns true if the attribute "groupName" is set. |
boolean |
isOverStyleClassSetted()
Returns true if the attribute "overStyleClass" is set. |
boolean |
isReadOnly()
Returns a boolean value indicating that this component will prohibit changes by the user. |
boolean |
isReadOnly(FacesContext facesContext)
See isReadOnly() for more details |
boolean |
isReadOnlySetted()
Returns true if the attribute "readOnly" is set. |
boolean |
isScopeSaveValue()
|
boolean |
isScopeSaveValue(FacesContext facesContext)
See isScopeSaveValue() for more details |
boolean |
isScopeSaveValueSetted()
Returns true if the attribute "scopeSaveValue" is set. |
boolean |
isScopeValueSetted()
Returns true if the attribute "scopeValue" is set. |
boolean |
isScopeVarSetted()
Returns true if the attribute "scopeVar" is set. |
boolean |
isTabIndexSetted()
Returns true if the attribute "tabIndex" is set. |
boolean |
isTextAlignmentSetted()
Returns true if the attribute "textAlignment" is set. |
boolean |
isTextDirectionSetted()
Returns true if the attribute "textDirection" is set. |
boolean |
isTextSetted()
Returns true if the attribute "text" is set. |
boolean |
isUserExpandable()
Returns a boolean value indicating wether the user can expand the component. |
boolean |
isUserExpandable(FacesContext facesContext)
Returns a boolean value indicating wether the user can expand the component. |
boolean |
isUserExpandableSetted()
Returns true if the attribute "userExpandable" is set. |
FacesListener[] |
listBlurListeners()
Returns a list of blur listener for the component |
FacesListener[] |
listExpandListeners()
Returns a list of expand listener for the component |
FacesListener[] |
listFocusListeners()
Returns a list of focus listener for the component |
FacesListener[] |
listLoadListeners()
Returns a list of load listener for the component |
FacesListener[] |
listSelectionListeners()
Returns a list of selection listener for the component |
void |
removeBlurListener(IBlurListener listener)
Removes a listener from the component for the blur event |
void |
removeExpandListener(IExpandListener listener)
Removes a listener from the component for the expand event |
void |
removeFocusListener(IFocusListener listener)
Removes a listener from the component for the focus event |
void |
removeLoadListener(ILoadListener listener)
Removes a listener from the component for the load event |
void |
removeSelectionListener(ISelectionListener listener)
Removes a listener from the component for the selection event |
void |
setAccessKey(String accessKey)
Sets a string that indicates the alphanumeric key used to execute an action from the keyboard (in conjunction with a alteration key ex : Alt). |
void |
setAsyncRenderMode(int asyncRenderMode)
Sets a int value that indicates the rendering mode for asynchronous capable component. |
void |
setAsyncRenderMode(String asyncRenderMode)
|
void |
setBorder(boolean border)
Sets a boolean value that indicates if the component should show a border or not. |
void |
setCollapsed(boolean collapsed)
Sets a boolean value indicating wether the component should be collapsed. |
void |
setCollapsedText(String collapsedText)
Sets a string value specifying the text to show when the component is collapsed. |
void |
setCollapseEffect(String collapseEffect)
Sets a string value indicating the effect to use when transionning from one state to the other. |
void |
setDisabled(boolean disabled)
Disabled the receiver if the argument is true, and enables it otherwise. |
void |
setFontBold(Boolean fontBold)
Sets a boolean object (or null) indicating the bold property for the specified font. |
void |
setFontItalic(Boolean fontItalic)
Sets a boolean object (or null) indicating the italic property for the specified font. |
void |
setFontName(String fontName)
Sets a string value indicating the name of the font used for this component. |
void |
setFontSize(String fontSize)
Sets a string indicating the size to use for the selected font. |
void |
setFontUnderline(Boolean fontUnderline)
Sets a boolean object (or null) indicating the underline property for the specified font. |
void |
setGroupName(String groupName)
Sets a string specifying the name of the virtual entity that links different components together. |
void |
setOverStyleClass(String overStyleClass)
|
void |
setReadOnly(boolean readOnly)
Sets a boolean value indicating that this component will prohibit changes by the user. |
void |
setScopeSaveValue(boolean scopeSaveValue)
|
void |
setScopeValue(Object scopeValue)
|
void |
setScopeVar(String scopeVar)
|
void |
setTabIndex(Integer tabIndex)
Sets an int value specifying the position of this element in the tabbing order for the current document. |
void |
setText(String text)
Sets a string value specifying the text to be shown. |
void |
setTextAlignment(String textAlignment)
Specifies horizontal alignment. |
void |
setTextDirection(int textDirection)
|
void |
setUserExpandable(boolean userExpandable)
Sets a boolean value indicating wether the user can expand the component. |
| Methods inherited from class org.rcfaces.core.internal.component.CameliaOutputComponent |
|---|
clearListeners, confirmListenerAppend, constructPhase, constructTemplate, decodePhase, encodeBegin, encodeChildren, encodeEnd, getAsyncRenderer, getChildren, getChildrenListState, getFamily, getRendererType, getTransientAttribute, getValueExpression, hasDefaultProperties, initializeComponent, initializePhase, isClientRendered, isRendered, isTemplateComponent, processDecodes, processEngineUpdates, processEngineValidators, processUpdates, processValidators, queueEvent, renderPhase, restoreState, saveState, setConverter, setConverter, setDefaultProperties, setRendered, setTransientAttribute, setValueExpression, toString, updatePhase, validationPhase, verifyAsyncDecode |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getLocalValue, getValue, setConverter, 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.internal.capability.IAsyncRenderComponent |
|---|
getAsyncRenderer |
| Methods inherited from interface org.rcfaces.core.internal.manager.IContainerManager |
|---|
getChildCount |
| Methods inherited from interface javax.faces.component.ValueHolder |
|---|
getConverter, getLocalValue, getValue, setConverter, setValue |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
protected static final Set CAMELIA_ATTRIBUTES
protected static final String CAMELIA_VALUE_ALIAS
| Constructor Detail |
|---|
public ExpandBarComponent()
public ExpandBarComponent(String componentId)
| Method Detail |
|---|
public void setAsyncRenderMode(String asyncRenderMode)
public final void addExpandListener(IExpandListener listener)
IExpandEventCapability
addExpandListener in interface IExpandEventCapabilitylistener - the expand listener to addpublic final void removeExpandListener(IExpandListener listener)
IExpandEventCapability
removeExpandListener in interface IExpandEventCapabilitylistener - the expand listener to removepublic final FacesListener[] listExpandListeners()
IExpandEventCapability
listExpandListeners in interface IExpandEventCapabilitypublic int getAsyncRenderMode()
IAsyncRenderModeCapability
getAsyncRenderMode in interface IAsyncRenderModeCapabilitypublic int getAsyncRenderMode(FacesContext facesContext)
getAsyncRenderMode() for more details
public final boolean isAsyncRenderModeSetted()
true if the attribute "asyncRenderMode" is set.
true if the attribute is set.public void setAsyncRenderMode(int asyncRenderMode)
IAsyncRenderModeCapability
setAsyncRenderMode in interface IAsyncRenderModeCapabilityasyncRenderMode - 0:none|1:buffer|2:treepublic Boolean getFontBold()
IFontCapability
getFontBold in interface IFontCapabilitypublic Boolean getFontBold(FacesContext facesContext)
getFontBold() for more details
public final boolean isFontBoldSetted()
true if the attribute "fontBold" is set.
true if the attribute is set.public void setFontBold(Boolean fontBold)
IFontCapability
setFontBold in interface IFontCapabilityfontBold - True|False|nullpublic Boolean getFontItalic()
IFontCapability
getFontItalic in interface IFontCapabilitypublic Boolean getFontItalic(FacesContext facesContext)
getFontItalic() for more details
public final boolean isFontItalicSetted()
true if the attribute "fontItalic" is set.
true if the attribute is set.public void setFontItalic(Boolean fontItalic)
IFontCapability
setFontItalic in interface IFontCapabilityfontItalic - True|False|nullpublic String getFontName()
IFontCapability
getFontName in interface IFontCapabilitypublic String getFontName(FacesContext facesContext)
getFontName() for more details
public final boolean isFontNameSetted()
true if the attribute "fontName" is set.
true if the attribute is set.public void setFontName(String fontName)
IFontCapability
setFontName in interface IFontCapabilityfontName - font namepublic String getFontSize()
IFontCapability
getFontSize in interface IFontCapabilitypublic String getFontSize(FacesContext facesContext)
getFontSize() for more details
public final boolean isFontSizeSetted()
true if the attribute "fontSize" is set.
true if the attribute is set.public void setFontSize(String fontSize)
IFontCapability
setFontSize in interface IFontCapabilityfontSize - xx-small|x-small|small|medium|large|x-large|xx-large|smaller|larger|length
for example 10px|%public Boolean getFontUnderline()
IFontCapability
getFontUnderline in interface IFontCapabilitypublic Boolean getFontUnderline(FacesContext facesContext)
getFontUnderline() for more details
public final boolean isFontUnderlineSetted()
true if the attribute "fontUnderline" is set.
true if the attribute is set.public void setFontUnderline(Boolean fontUnderline)
IFontCapability
setFontUnderline in interface IFontCapabilityfontUnderline - True|False|nullpublic boolean isDisabled()
IDisabledCapabilityfalse if the receiver is enabled and all ancestors
up to and including the receiver's nearest ancestor shell are enabled.
isDisabled in interface IDisabledCapabilitypublic boolean isDisabled(FacesContext facesContext)
isDisabled() for more details
public final boolean isDisabledSetted()
true if the attribute "disabled" is set.
true if the attribute is set.public void setDisabled(boolean disabled)
IDisabledCapability
setDisabled in interface IDisabledCapabilitydisabled - the new enabled statepublic boolean isReadOnly()
IReadOnlyCapability
isReadOnly in interface IReadOnlyCapabilitypublic boolean isReadOnly(FacesContext facesContext)
isReadOnly() for more details
public final boolean isReadOnlySetted()
true if the attribute "readOnly" is set.
true if the attribute is set.public void setReadOnly(boolean readOnly)
IReadOnlyCapability
setReadOnly in interface IReadOnlyCapabilityreadOnly - readOnly boolean propertypublic String getText()
ITextCapability
getText in interface ITextCapabilitypublic String getText(FacesContext facesContext)
getText() for more details
public final boolean isTextSetted()
true if the attribute "text" is set.
true if the attribute is set.public void setText(String text)
ITextCapability
setText in interface ITextCapabilitytext - textpublic int getTextDirection()
getTextDirection in interface ITextDirectionCapabilitypublic int getTextDirection(FacesContext facesContext)
getTextDirection() for more details
public final boolean isTextDirectionSetted()
true if the attribute "textDirection" is set.
true if the attribute is set.public void setTextDirection(int textDirection)
setTextDirection in interface ITextDirectionCapabilitypublic String getTextAlignment()
ITextAlignmentCapability
getTextAlignment in interface ITextAlignmentCapabilitypublic String getTextAlignment(FacesContext facesContext)
getTextAlignment() for more details
public final boolean isTextAlignmentSetted()
true if the attribute "textAlignment" is set.
true if the attribute is set.public void setTextAlignment(String textAlignment)
ITextAlignmentCapability
setTextAlignment in interface ITextAlignmentCapabilitytextAlignment - text alignmentpublic boolean isCollapsed()
ICollapsableCapability
isCollapsed in interface ICollapsableCapabilitypublic boolean isCollapsed(FacesContext facesContext)
isCollapsed() for more details
public final boolean isCollapsedSetted()
true if the attribute "collapsed" is set.
true if the attribute is set.public void setCollapsed(boolean collapsed)
ICollapsableCapability
setCollapsed in interface ICollapsableCapabilitycollapsed - booleanpublic boolean isBorder()
IBorderCapability
isBorder in interface IBorderCapabilitypublic boolean isBorder(FacesContext facesContext)
isBorder() for more details
public final boolean isBorderSetted()
true if the attribute "border" is set.
true if the attribute is set.public void setBorder(boolean border)
IBorderCapability
setBorder in interface IBorderCapabilityborder - booleanpublic String getAccessKey()
IAccessKeyCapability
getAccessKey in interface IAccessKeyCapabilitypublic String getAccessKey(FacesContext facesContext)
getAccessKey() for more details
public final boolean isAccessKeySetted()
true if the attribute "accessKey" is set.
true if the attribute is set.public void setAccessKey(String accessKey)
IAccessKeyCapability
setAccessKey in interface IAccessKeyCapabilityaccessKey - <Any alphanumeric key>public Integer getTabIndex()
ITabIndexCapability
getTabIndex in interface ITabIndexCapabilitypublic Integer getTabIndex(FacesContext facesContext)
getTabIndex() for more details
public final boolean isTabIndexSetted()
true if the attribute "tabIndex" is set.
true if the attribute is set.public void setTabIndex(Integer tabIndex)
ITabIndexCapability
setTabIndex in interface ITabIndexCapabilitytabIndex - indexpublic String getGroupName()
IRadioGroupCapability
getGroupName in interface IRadioGroupCapabilitypublic String getGroupName(FacesContext facesContext)
getGroupName() for more details
public final boolean isGroupNameSetted()
true if the attribute "groupName" is set.
true if the attribute is set.public void setGroupName(String groupName)
IRadioGroupCapability
setGroupName in interface IRadioGroupCapabilitygroupName - group namepublic final void addBlurListener(IBlurListener listener)
IFocusBlurEventCapability
addBlurListener in interface IFocusBlurEventCapabilitylistener - the blur listener to addpublic final void removeBlurListener(IBlurListener listener)
IFocusBlurEventCapability
removeBlurListener in interface IFocusBlurEventCapabilitylistener - the blur listener to removepublic final FacesListener[] listBlurListeners()
IFocusBlurEventCapability
listBlurListeners in interface IFocusBlurEventCapabilitypublic final void addFocusListener(IFocusListener listener)
IFocusBlurEventCapability
addFocusListener in interface IFocusBlurEventCapabilitylistener - the focus listener to addpublic final void removeFocusListener(IFocusListener listener)
IFocusBlurEventCapability
removeFocusListener in interface IFocusBlurEventCapabilitylistener - the focus listener to removepublic final FacesListener[] listFocusListeners()
IFocusBlurEventCapability
listFocusListeners in interface IFocusBlurEventCapabilitypublic final void addSelectionListener(ISelectionListener listener)
ISelectionEventCapability
addSelectionListener in interface ISelectionEventCapabilitylistener - the selection listener to addpublic final void removeSelectionListener(ISelectionListener listener)
ISelectionEventCapability
removeSelectionListener in interface ISelectionEventCapabilitylistener - the selection listener to removepublic final FacesListener[] listSelectionListeners()
ISelectionEventCapability
listSelectionListeners in interface ISelectionEventCapabilitypublic final void addLoadListener(ILoadListener listener)
ILoadEventCapability
addLoadListener in interface ILoadEventCapabilitylistener - the load listener to addpublic final void removeLoadListener(ILoadListener listener)
ILoadEventCapability
removeLoadListener in interface ILoadEventCapabilitylistener - the load listener to removepublic final FacesListener[] listLoadListeners()
ILoadEventCapability
listLoadListeners in interface ILoadEventCapabilitypublic boolean isScopeSaveValue()
isScopeSaveValue in interface org.rcfaces.core.internal.capability.IVariableScopeCapabilitypublic boolean isScopeSaveValue(FacesContext facesContext)
isScopeSaveValue() for more details
public final boolean isScopeSaveValueSetted()
true if the attribute "scopeSaveValue" is set.
true if the attribute is set.public void setScopeSaveValue(boolean scopeSaveValue)
setScopeSaveValue in interface org.rcfaces.core.internal.capability.IVariableScopeCapabilitypublic Object getScopeValue()
getScopeValue in interface org.rcfaces.core.internal.capability.IVariableScopeCapabilitypublic Object getScopeValue(FacesContext facesContext)
getScopeValue() for more details
public final boolean isScopeValueSetted()
true if the attribute "scopeValue" is set.
true if the attribute is set.public void setScopeValue(Object scopeValue)
setScopeValue in interface org.rcfaces.core.internal.capability.IVariableScopeCapabilitypublic String getScopeVar()
getScopeVar in interface org.rcfaces.core.internal.capability.IVariableScopeCapabilitypublic String getScopeVar(FacesContext facesContext)
getScopeVar() for more details
public final boolean isScopeVarSetted()
true if the attribute "scopeVar" is set.
true if the attribute is set.public void setScopeVar(String scopeVar)
setScopeVar in interface org.rcfaces.core.internal.capability.IVariableScopeCapabilitypublic String getOverStyleClass()
getOverStyleClass in interface IOverStyleClassCapabilitypublic String getOverStyleClass(FacesContext facesContext)
getOverStyleClass() for more details
public final boolean isOverStyleClassSetted()
true if the attribute "overStyleClass" is set.
true if the attribute is set.public void setOverStyleClass(String overStyleClass)
setOverStyleClass in interface IOverStyleClassCapabilitypublic String getCollapseEffect()
public String getCollapseEffect(FacesContext facesContext)
public void setCollapseEffect(String collapseEffect)
collapseEffect - the effect : slideUp|slideUpTranspublic boolean isCollapseEffectSetted()
true if the attribute "collapseEffect" is set.
true if the attribute is set.public String getCollapsedText()
public String getCollapsedText(FacesContext facesContext)
public void setCollapsedText(String collapsedText)
collapsedText - textpublic boolean isCollapsedTextSetted()
true if the attribute "collapsedText" is set.
true if the attribute is set.public boolean isUserExpandable()
public boolean isUserExpandable(FacesContext facesContext)
public void setUserExpandable(boolean userExpandable)
userExpandable - true if the user can expand the componentpublic boolean isUserExpandableSetted()
true if the attribute "userExpandable" is set.
true if the attribute is set.protected Set getCameliaFields()
getCameliaFields in class AbstractOutputComponentprotected String getCameliaValueAlias()
getCameliaValueAlias in class org.rcfaces.core.internal.component.CameliaOutputComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||