|
||||||||||
| 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.UIColumn
org.rcfaces.core.internal.component.CameliaColumnComponent
org.rcfaces.core.component.AdditionalInformationComponent
public class AdditionalInformationComponent
| Field Summary | |
|---|---|
protected static Set |
CAMELIA_ATTRIBUTES
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.rcfaces.core.internal.component.CameliaColumnComponent |
|---|
engine |
| Fields inherited from class javax.faces.component.UIColumn |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
AdditionalInformationComponent()
|
|
AdditionalInformationComponent(String componentId)
|
|
| Method Summary | |
|---|---|
void |
addErrorListener(IErrorListener listener)
Adds a listener to the component for the error event |
void |
addInitListener(IInitListener listener)
Adds a listener to the component for the init event |
void |
addLoadListener(ILoadListener listener)
Adds a listener to the component for the load event |
void |
addMouseOutListener(IMouseOutListener listener)
Adds a listener to the component for the mouseOut event |
void |
addMouseOverListener(IMouseOverListener listener)
Adds a listener to the component for the mouseOver event |
void |
addPropertyChangeListener(IPropertyChangeListener listener)
Adds a listener to the component for the propertyChange event |
void |
addUserEventListener(IUserEventListener listener)
Adds a listener to the component for the user event |
String |
getAriaLabel()
|
String |
getAriaLabel(FacesContext facesContext)
See getAriaLabel() for more details |
int |
getAriaLevel()
|
int |
getAriaLevel(FacesContext facesContext)
See getAriaLevel() for more details |
String |
getBackgroundColor()
Returns the receiver's background color. |
String |
getBackgroundColor(FacesContext facesContext)
See getBackgroundColor() for more details |
String |
getBackgroundImageHorizontalPosition()
Returns a string indicating the horizontal positionning for the background image. |
String |
getBackgroundImageHorizontalPosition(FacesContext facesContext)
See getBackgroundImageHorizontalPosition() for more details |
String |
getBackgroundImageURL()
Returns an url string pointing to the background image. |
String |
getBackgroundImageURL(FacesContext facesContext)
See getBackgroundImageURL() for more details |
String |
getBackgroundImageVerticalPosition()
Returns a string indicating the vertical positionning for the background image. |
String |
getBackgroundImageVerticalPosition(FacesContext facesContext)
See getBackgroundImageVerticalPosition() for more details |
protected Set |
getCameliaFields()
|
String |
getForegroundColor()
Returns the foreground color that the receiver will use to draw. |
String |
getForegroundColor(FacesContext facesContext)
See getForegroundColor() for more details |
String |
getHeight()
Returns a string value (as specified by CSS) for the height of the component. |
String |
getHeight(FacesContext facesContext)
See getHeight() for more details |
String |
getLookId()
Returns a string value specifying the choosen look of the component. |
String |
getLookId(FacesContext facesContext)
See getLookId() for more details |
String |
getMarginBottom()
Returns a string value specifying the margin size for the component's bottom (compliant to CSS margin-bottom). |
String |
getMarginBottom(FacesContext facesContext)
See getMarginBottom() for more details |
String |
getMarginLeft()
Returns a string value specifying the margin size for the component's left (compliant to CSS margin-left). |
String |
getMarginLeft(FacesContext facesContext)
See getMarginLeft() for more details |
String |
getMarginRight()
Returns a string value specifying the margin size for the component's right (compliant to CSS margin-right). |
String |
getMarginRight(FacesContext facesContext)
See getMarginRight() for more details |
String |
getMarginTop()
Returns a string value specifying the margin size for the component's top (compliant to CSS margin-top). |
String |
getMarginTop(FacesContext facesContext)
See getMarginTop() for more details |
IMenuComponent |
getMenu()
Returns the top-most menu associated to the component. |
IMenuComponent |
getMenu(String menuId)
Returns the menu identified by its id from the menus associated to the component. |
Object |
getScopeValue()
|
Object |
getScopeValue(FacesContext facesContext)
See getScopeValue() for more details |
String |
getScopeVar()
|
String |
getScopeVar(FacesContext facesContext)
See getScopeVar() for more details |
String |
getStyleClass()
Returns the style class of the component. |
String |
getStyleClass(FacesContext facesContext)
See getStyleClass() for more details |
String |
getWaiRole()
|
String |
getWaiRole(FacesContext facesContext)
See getWaiRole() for more details |
boolean |
isAriaLabelSetted()
Returns true if the attribute "ariaLabel" is set. |
boolean |
isAriaLevelSetted()
Returns true if the attribute "ariaLevel" is set. |
boolean |
isBackgroundColorSetted()
Returns true if the attribute "backgroundColor" is set. |
boolean |
isBackgroundImageHorizontalPositionSetted()
Returns true if the attribute "backgroundImageHorizontalPosition" is set. |
boolean |
isBackgroundImageHorizontalRepeat()
Returns a boolean value indicating wether the background image should be repeated horizontally or not. |
boolean |
isBackgroundImageHorizontalRepeat(FacesContext facesContext)
See isBackgroundImageHorizontalRepeat() for more details |
boolean |
isBackgroundImageHorizontalRepeatSetted()
Returns true if the attribute "backgroundImageHorizontalRepeat" is set. |
boolean |
isBackgroundImageURLSetted()
Returns true if the attribute "backgroundImageURL" is set. |
boolean |
isBackgroundImageVerticalPositionSetted()
Returns true if the attribute "backgroundImageVerticalPosition" is set. |
boolean |
isBackgroundImageVerticalRepeat()
Returns a boolean value indicating wether the background image should be repeated vertically or not. |
boolean |
isBackgroundImageVerticalRepeat(FacesContext facesContext)
See isBackgroundImageVerticalRepeat() for more details |
boolean |
isBackgroundImageVerticalRepeatSetted()
Returns true if the attribute "backgroundImageVerticalRepeat" is set. |
boolean |
isForegroundColorSetted()
Returns true if the attribute "foregroundColor" is set. |
boolean |
isHeightSetted()
Returns true if the attribute "height" is set. |
boolean |
isLookIdSetted()
Returns true if the attribute "lookId" is set. |
boolean |
isMarginBottomSetted()
Returns true if the attribute "marginBottom" is set. |
boolean |
isMarginLeftSetted()
Returns true if the attribute "marginLeft" is set. |
boolean |
isMarginRightSetted()
Returns true if the attribute "marginRight" is set. |
boolean |
isMarginTopSetted()
Returns true if the attribute "marginTop" 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 |
isStyleClassSetted()
Returns true if the attribute "styleClass" is set. |
boolean |
isWaiRoleSetted()
Returns true if the attribute "waiRole" is set. |
FacesListener[] |
listErrorListeners()
Returns a list of Error listener for the component |
FacesListener[] |
listInitListeners()
Returns a list of init listener for the component |
FacesListener[] |
listLoadListeners()
Returns a list of load listener for the component |
IMenuIterator |
listMenus()
Returns a list of all the menus associated to the component. |
FacesListener[] |
listMouseOutListeners()
Returns a list of mouseOut listener for the component |
FacesListener[] |
listMouseOverListeners()
Returns a list of mouseOver listener for the component |
FacesListener[] |
listPropertyChangeListeners()
Returns a list of propertyChange listener for the component |
FacesListener[] |
listUserEventListeners()
Returns a list of user listener for the component |
void |
removeErrorListener(IErrorListener listener)
Removes a listener from the component for the error event |
void |
removeInitListener(IInitListener listener)
Removes a listener from the component for the init event |
void |
removeLoadListener(ILoadListener listener)
Removes a listener from the component for the load event |
void |
removeMouseOutListener(IMouseOutListener listener)
Removes a listener from the component for the mouseOut event |
void |
removeMouseOverListener(IMouseOverListener listener)
Removes a listener from the component for the mouseOver event |
void |
removePropertyChangeListener(IPropertyChangeListener listener)
Removes a listener from the component for the propertyChange event |
void |
removeUserEventListener(IUserEventListener listener)
Removes a listener from the component for the user event |
void |
setAriaLabel(String ariaLabel)
|
void |
setAriaLevel(int ariaLevel)
|
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 |
setBackgroundImageHorizontalPosition(String backgroundImageHorizontalPosition)
Sets a string indicating the horizontal positionning for the background image. |
void |
setBackgroundImageHorizontalRepeat(boolean backgroundImageHorizontalRepeat)
Sets a boolean value indicating wether the background image should be repeated horizontally or not. |
void |
setBackgroundImageURL(String backgroundImageURL)
Sets an url string pointing to the background image. |
void |
setBackgroundImageVerticalPosition(String backgroundImageVerticalPosition)
Sets a string indicating the vertical positionning for the background image. |
void |
setBackgroundImageVerticalRepeat(boolean backgroundImageVerticalRepeat)
Sets a boolean value indicating wether the background image should be repeated vertically or not. |
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 |
setHeight(String height)
Sets a string value (as specified by CSS) for the height of the component. |
void |
setLookId(String lookId)
Sets a string value specifying the choosen look of the component. |
void |
setMarginBottom(String marginBottom)
Sets a string value specifying the margin size for the component's bottom (compliant to CSS margin-bottom). |
void |
setMarginLeft(String marginLeft)
Sets a string value specifying the margin size for the component's left (compliant to CSS margin-left). |
void |
setMarginRight(String marginRight)
Sets a string value specifying the margin size for the component's right (compliant to CSS margin-right). |
void |
setMargins(String margins)
|
void |
setMarginTop(String marginTop)
Sets a string value specifying the margin size for the component's top (compliant to CSS margin-top). |
void |
setScopeSaveValue(boolean scopeSaveValue)
|
void |
setScopeValue(Object scopeValue)
|
void |
setScopeVar(String scopeVar)
|
void |
setStyleClass(String styleClass)
Specify the style class of the component. |
void |
setWaiRole(String waiRole)
|
| Methods inherited from class org.rcfaces.core.internal.component.CameliaColumnComponent |
|---|
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.UIColumn |
|---|
getFooter, getHeader, setFooter, setHeader |
| 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 |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
protected static final Set CAMELIA_ATTRIBUTES
| Constructor Detail |
|---|
public AdditionalInformationComponent()
public AdditionalInformationComponent(String componentId)
| Method Detail |
|---|
public void setMargins(String margins)
public final void addPropertyChangeListener(IPropertyChangeListener listener)
IPropertyChangeEventCapability
addPropertyChangeListener in interface IPropertyChangeEventCapabilitylistener - the propertyChange listener to addpublic final void removePropertyChangeListener(IPropertyChangeListener listener)
IPropertyChangeEventCapability
removePropertyChangeListener in interface IPropertyChangeEventCapabilitylistener - the propertyChange listener to removepublic final FacesListener[] listPropertyChangeListeners()
IPropertyChangeEventCapability
listPropertyChangeListeners in interface IPropertyChangeEventCapabilitypublic final void addUserEventListener(IUserEventListener listener)
IUserEventCapability
addUserEventListener in interface IUserEventCapabilitylistener - the user listener to addpublic final void removeUserEventListener(IUserEventListener listener)
IUserEventCapability
removeUserEventListener in interface IUserEventCapabilitylistener - the user listener to removepublic final FacesListener[] listUserEventListeners()
IUserEventCapability
listUserEventListeners in interface IUserEventCapabilitypublic final void addErrorListener(IErrorListener listener)
IErrorEventCapability
addErrorListener in interface IErrorEventCapabilitylistener - the load listener to addpublic final void removeErrorListener(IErrorListener listener)
IErrorEventCapability
removeErrorListener in interface IErrorEventCapabilitylistener - the load listener to removepublic final FacesListener[] listErrorListeners()
IErrorEventCapability
listErrorListeners in interface IErrorEventCapabilitypublic String getAriaLabel()
getAriaLabel in interface IWAIRoleCapabilitypublic String getAriaLabel(FacesContext facesContext)
getAriaLabel() for more details
public final boolean isAriaLabelSetted()
true if the attribute "ariaLabel" is set.
true if the attribute is set.public void setAriaLabel(String ariaLabel)
setAriaLabel in interface IWAIRoleCapabilitypublic int getAriaLevel()
getAriaLevel in interface IWAIRoleCapabilitypublic int getAriaLevel(FacesContext facesContext)
getAriaLevel() for more details
public final boolean isAriaLevelSetted()
true if the attribute "ariaLevel" is set.
true if the attribute is set.public void setAriaLevel(int ariaLevel)
setAriaLevel in interface IWAIRoleCapabilitypublic String getWaiRole()
getWaiRole in interface IWAIRoleCapabilitypublic String getWaiRole(FacesContext facesContext)
getWaiRole() for more details
public final boolean isWaiRoleSetted()
true if the attribute "waiRole" is set.
true if the attribute is set.public void setWaiRole(String waiRole)
setWaiRole in interface IWAIRoleCapabilitypublic String getMarginBottom()
IMarginCapability
getMarginBottom in interface IMarginCapabilitypublic String getMarginBottom(FacesContext facesContext)
getMarginBottom() for more details
public final boolean isMarginBottomSetted()
true if the attribute "marginBottom" is set.
true if the attribute is set.public void setMarginBottom(String marginBottom)
IMarginCapability
setMarginBottom in interface IMarginCapabilitymarginBottom - margin-bottompublic String getMarginLeft()
IMarginCapability
getMarginLeft in interface IMarginCapabilitypublic String getMarginLeft(FacesContext facesContext)
getMarginLeft() for more details
public final boolean isMarginLeftSetted()
true if the attribute "marginLeft" is set.
true if the attribute is set.public void setMarginLeft(String marginLeft)
IMarginCapability
setMarginLeft in interface IMarginCapabilitymarginLeft - margin-leftpublic String getMarginRight()
IMarginCapability
getMarginRight in interface IMarginCapabilitypublic String getMarginRight(FacesContext facesContext)
getMarginRight() for more details
public final boolean isMarginRightSetted()
true if the attribute "marginRight" is set.
true if the attribute is set.public void setMarginRight(String marginRight)
IMarginCapability
setMarginRight in interface IMarginCapabilitymarginRight - margin-rightpublic String getMarginTop()
IMarginCapability
getMarginTop in interface IMarginCapabilitypublic String getMarginTop(FacesContext facesContext)
getMarginTop() for more details
public final boolean isMarginTopSetted()
true if the attribute "marginTop" is set.
true if the attribute is set.public void setMarginTop(String marginTop)
IMarginCapability
setMarginTop in interface IMarginCapabilitymarginTop - margin-toppublic 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 String getBackgroundImageHorizontalPosition()
IBackgroundImageCapability
getBackgroundImageHorizontalPosition in interface IBackgroundImageCapabilitypublic String getBackgroundImageHorizontalPosition(FacesContext facesContext)
getBackgroundImageHorizontalPosition() for more details
public final boolean isBackgroundImageHorizontalPositionSetted()
true if the attribute "backgroundImageHorizontalPosition" is set.
true if the attribute is set.public void setBackgroundImageHorizontalPosition(String backgroundImageHorizontalPosition)
IBackgroundImageCapability
setBackgroundImageHorizontalPosition in interface IBackgroundImageCapabilitybackgroundImageHorizontalPosition - horizontal positionpublic boolean isBackgroundImageHorizontalRepeat()
IBackgroundImageCapability
isBackgroundImageHorizontalRepeat in interface IBackgroundImageCapabilitypublic boolean isBackgroundImageHorizontalRepeat(FacesContext facesContext)
isBackgroundImageHorizontalRepeat() for more details
public final boolean isBackgroundImageHorizontalRepeatSetted()
true if the attribute "backgroundImageHorizontalRepeat" is set.
true if the attribute is set.public void setBackgroundImageHorizontalRepeat(boolean backgroundImageHorizontalRepeat)
IBackgroundImageCapability
setBackgroundImageHorizontalRepeat in interface IBackgroundImageCapabilitybackgroundImageHorizontalRepeat - booleanpublic String getBackgroundImageURL()
IBackgroundImageCapability
getBackgroundImageURL in interface IBackgroundImageCapabilitypublic String getBackgroundImageURL(FacesContext facesContext)
getBackgroundImageURL() for more details
public final boolean isBackgroundImageURLSetted()
true if the attribute "backgroundImageURL" is set.
true if the attribute is set.public void setBackgroundImageURL(String backgroundImageURL)
IBackgroundImageCapability
setBackgroundImageURL in interface IBackgroundImageCapabilitybackgroundImageURL - image urlpublic String getBackgroundImageVerticalPosition()
IBackgroundImageCapability
getBackgroundImageVerticalPosition in interface IBackgroundImageCapabilitypublic String getBackgroundImageVerticalPosition(FacesContext facesContext)
getBackgroundImageVerticalPosition() for more details
public final boolean isBackgroundImageVerticalPositionSetted()
true if the attribute "backgroundImageVerticalPosition" is set.
true if the attribute is set.public void setBackgroundImageVerticalPosition(String backgroundImageVerticalPosition)
IBackgroundImageCapability
setBackgroundImageVerticalPosition in interface IBackgroundImageCapabilitybackgroundImageVerticalPosition - positionpublic boolean isBackgroundImageVerticalRepeat()
IBackgroundImageCapability
isBackgroundImageVerticalRepeat in interface IBackgroundImageCapabilitypublic boolean isBackgroundImageVerticalRepeat(FacesContext facesContext)
isBackgroundImageVerticalRepeat() for more details
public final boolean isBackgroundImageVerticalRepeatSetted()
true if the attribute "backgroundImageVerticalRepeat" is set.
true if the attribute is set.public void setBackgroundImageVerticalRepeat(boolean backgroundImageVerticalRepeat)
IBackgroundImageCapability
setBackgroundImageVerticalRepeat in interface IBackgroundImageCapabilitybackgroundImageVerticalRepeat - booleanpublic String getLookId()
ILookAndFeelCapability
getLookId in interface ILookAndFeelCapabilitypublic String getLookId(FacesContext facesContext)
getLookId() for more details
public final boolean isLookIdSetted()
true if the attribute "lookId" is set.
true if the attribute is set.public void setLookId(String lookId)
ILookAndFeelCapability
setLookId in interface ILookAndFeelCapabilitylookId - lookIdpublic String getStyleClass()
IStyleClassCapability
getStyleClass in interface IStyleClassCapabilitypublic String getStyleClass(FacesContext facesContext)
getStyleClass() for more details
public final boolean isStyleClassSetted()
true if the attribute "styleClass" is set.
true if the attribute is set.public void setStyleClass(String styleClass)
IStyleClassCapability
setStyleClass in interface IStyleClassCapabilitystyleClass - style classpublic String getHeight()
IHeightCapability
getHeight in interface IHeightCapabilitypublic String getHeight(FacesContext facesContext)
getHeight() for more details
public final boolean isHeightSetted()
true if the attribute "height" is set.
true if the attribute is set.public void setHeight(String height)
IHeightCapability
setHeight in interface IHeightCapabilityheight - heightpublic final void addMouseOutListener(IMouseOutListener listener)
IMouseEventCapability
addMouseOutListener in interface IMouseEventCapabilitylistener - the mouseOut listener to addpublic final void removeMouseOutListener(IMouseOutListener listener)
IMouseEventCapability
removeMouseOutListener in interface IMouseEventCapabilitylistener - the mouseOut listener to removepublic final FacesListener[] listMouseOutListeners()
IMouseEventCapability
listMouseOutListeners in interface IMouseEventCapabilitypublic final void addMouseOverListener(IMouseOverListener listener)
IMouseEventCapability
addMouseOverListener in interface IMouseEventCapabilitylistener - the mouseOver listener to addpublic final void removeMouseOverListener(IMouseOverListener listener)
IMouseEventCapability
removeMouseOverListener in interface IMouseEventCapabilitylistener - the mouseOver listener to removepublic final FacesListener[] listMouseOverListeners()
IMouseEventCapability
listMouseOverListeners in interface IMouseEventCapabilitypublic final void addInitListener(IInitListener listener)
IInitEventCapability
addInitListener in interface IInitEventCapabilitylistener - the init listener to addpublic final void removeInitListener(IInitListener listener)
IInitEventCapability
removeInitListener in interface IInitEventCapabilitylistener - the init listener to removepublic final FacesListener[] listInitListeners()
IInitEventCapability
listInitListeners in interface IInitEventCapabilitypublic 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 IMenuComponent getMenu()
IMenuCapability
getMenu in interface IMenuCapabilitypublic IMenuComponent getMenu(String menuId)
IMenuCapability
getMenu in interface IMenuCapabilitymenuId - Id for a particular menu
public IMenuIterator listMenus()
IMenuCapability
listMenus in interface IMenuCapabilitypublic 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.IVariableScopeCapabilityprotected Set getCameliaFields()
getCameliaFields in class org.rcfaces.core.internal.component.CameliaColumnComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||