|
||||||||||
| 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
javax.faces.component.UIInput
javax.faces.component.UISelectMany
org.rcfaces.core.internal.component.CameliaSelectManyComponent
org.rcfaces.core.component.AbstractSelectManyComponent
public abstract class AbstractSelectManyComponent
Technical component, used as a basis for building new RCFaces components.
| Field Summary | |
|---|---|
protected static Set |
CAMELIA_ATTRIBUTES
|
| Fields inherited from class org.rcfaces.core.internal.component.CameliaSelectManyComponent |
|---|
engine |
| Fields inherited from class javax.faces.component.UISelectMany |
|---|
COMPONENT_FAMILY, COMPONENT_TYPE, INVALID_MESSAGE_ID |
| Fields inherited from class javax.faces.component.UIInput |
|---|
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| 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 | |
|---|---|
AbstractSelectManyComponent()
|
|
| Method Summary | |
|---|---|
void |
addBlurListener(IBlurListener listener)
Adds a listener to the component for the blur event |
void |
addErrorListener(IErrorListener listener)
Adds a listener to the component for the error event |
void |
addFocusListener(IFocusListener listener)
Adds a listener to the component for the focus event |
void |
addInitListener(IInitListener listener)
Adds a listener to the component for the init event |
void |
addKeyDownListener(IKeyDownListener listener)
Adds a listener to the component for the keyDown event |
void |
addKeyPressListener(IKeyPressListener listener)
Adds a listener to the component for the keyPress event |
void |
addKeyUpListener(IKeyUpListener listener)
Adds a listener to the component for the keyUp 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 |
void |
addValidationListener(IValidationListener listener)
Adds a listener to the component for the validation 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 |
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 |
int |
getBottom()
|
int |
getBottom(FacesContext facesContext)
See getBottom() for more details |
protected Set |
getCameliaFields()
|
String |
getClientData(String name)
Retrieves the data associated to a variable |
String |
getClientData(String name,
FacesContext facesContext)
|
int |
getClientDataCount()
Returns the number of variable associated to the component. |
Map |
getClientDataMap()
Returns a map containing the couples variable-data |
Map |
getClientDataMap(FacesContext facesContext)
|
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 |
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 |
getHelpMessage()
Returns a string value specifying the message to be shown by a helpMessageZone Component. |
String |
getHelpMessage(FacesContext facesContext)
See getHelpMessage() for more details |
String |
getHelpURL()
Returns an URL that points to a help page for the component. it is used for example by a helpButton Component. |
String |
getHelpURL(FacesContext facesContext)
See getHelpURL() for more details |
int |
getHiddenMode()
Returns the hidden mode in client side. |
int |
getHiddenMode(FacesContext facesContext)
See getHiddenMode() for more details |
int |
getLeft()
|
int |
getLeft(FacesContext facesContext)
See getLeft() 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 |
int |
getRight()
|
int |
getRight(FacesContext facesContext)
See getRight() for more details |
Object |
getServerData(String name)
Retrieves an object data associated to a key |
Object |
getServerData(String name,
FacesContext facesContext)
|
int |
getServerDataCount()
Returns the number of keys associated to the component. |
Map |
getServerDataMap()
Returns a Map object containing keys and associated data objects |
Map |
getServerDataMap(FacesContext facesContext)
|
String |
getStyleClass()
Returns the style class of the component. |
String |
getStyleClass(FacesContext facesContext)
See getStyleClass() 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 |
getTextAlignment()
Returns horizontal alignment. |
String |
getTextAlignment(FacesContext facesContext)
See getTextAlignment() for more details |
String |
getToolTipText()
Returns the receiver's tool tip text, or null if it has
not been set. |
String |
getToolTipText(FacesContext facesContext)
See getToolTipText() for more details |
int |
getTop()
|
int |
getTop(FacesContext facesContext)
See getTop() for more details |
String |
getUnlockedClientAttributeNames()
Returns a string value holding a comma separated list of the client modifiable properties. |
String |
getUnlockedClientAttributeNames(FacesContext facesContext)
See getUnlockedClientAttributeNames() for more details |
Boolean |
getVisibleState()
Returns if the receiver is
visible, if the receiver is
specified "not visible", and null otherwise. |
Boolean |
getVisibleState(FacesContext facesContext)
|
String |
getWaiRole()
|
String |
getWaiRole(FacesContext facesContext)
See getWaiRole() for more details |
String |
getWidth()
Returns a string value (as specified by CSS) for the width of the component. |
String |
getWidth(FacesContext facesContext)
See getWidth() for more details |
String |
getX()
Returns a string value (as specified by CSS) for the x position of the component. |
String |
getX(FacesContext facesContext)
See getX() for more details |
String |
getY()
Returns a string value (as specified by CSS) for the y position of the component. |
String |
getY(FacesContext facesContext)
See getY() for more details |
boolean |
isAccessKeySetted()
Returns true if the attribute "accessKey" is set. |
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 |
isBottomSetted()
Returns true if the attribute "bottom" 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 |
isForegroundColorSetted()
Returns true if the attribute "foregroundColor" is set. |
boolean |
isHeightSetted()
Returns true if the attribute "height" is set. |
boolean |
isHelpMessageSetted()
Returns true if the attribute "helpMessage" is set. |
boolean |
isHelpURLSetted()
Returns true if the attribute "helpURL" is set. |
boolean |
isHiddenModeSetted()
Returns true if the attribute "hiddenMode" is set. |
boolean |
isLeftSetted()
Returns true if the attribute "left" 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 |
isPartialRendering()
|
boolean |
isPartialRendering(FacesContext facesContext)
See isPartialRendering() for more details |
boolean |
isPartialRenderingSetted()
Returns true if the attribute "partialRendering" is set. |
boolean |
isRightSetted()
Returns true if the attribute "right" is set. |
boolean |
isStyleClassSetted()
Returns true if the attribute "styleClass" is set. |
boolean |
isTabIndexSetted()
Returns true if the attribute "tabIndex" is set. |
boolean |
isTextAlignmentSetted()
Returns true if the attribute "textAlignment" is set. |
boolean |
isToolTipTextSetted()
Returns true if the attribute "toolTipText" is set. |
boolean |
isTopSetted()
Returns true if the attribute "top" is set. |
boolean |
isUnlockedClientAttributeNamesSetted()
Returns true if the attribute "unlockedClientAttributeNames" is set. |
boolean |
isValueLocked()
Get the lock state of the main value of the component. |
boolean |
isValueLocked(FacesContext facesContext)
See isValueLocked() for more details |
boolean |
isValueLockedSetted()
Returns true if the attribute "valueLocked" is set. |
boolean |
isVisible()
|
boolean |
isVisible(FacesContext facesContext)
See isVisible() for more details |
boolean |
isVisibleSetted()
Returns true if the attribute "visible" is set. |
boolean |
isWaiRoleSetted()
Returns true if the attribute "waiRole" is set. |
boolean |
isWidthSetted()
Returns true if the attribute "width" is set. |
boolean |
isXSetted()
Returns true if the attribute "x" is set. |
boolean |
isYSetted()
Returns true if the attribute "y" is set. |
FacesListener[] |
listBlurListeners()
Returns a list of blur listener for the component |
String[] |
listClientDataKeys()
Returns the list of variable associated to the component. |
String[] |
listClientDataKeys(FacesContext facesContext)
|
FacesListener[] |
listErrorListeners()
Returns a list of Error listener for the component |
FacesListener[] |
listFocusListeners()
Returns a list of focus listener for the component |
FacesListener[] |
listInitListeners()
Returns a list of init listener for the component |
FacesListener[] |
listKeyDownListeners()
Returns a list of keyDown listener for the component |
FacesListener[] |
listKeyPressListeners()
Returns a list of keyPress listener for the component |
FacesListener[] |
listKeyUpListeners()
Returns a list of keyUp listener for 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 |
String[] |
listServerDataKeys()
Returns a list of the keys defined for the component |
String[] |
listServerDataKeys(FacesContext facesContext)
|
FacesListener[] |
listUserEventListeners()
Returns a list of user listener for the component |
FacesListener[] |
listValidationListeners()
Returns a list of validation listener for the component |
void |
removeBlurListener(IBlurListener listener)
Removes a listener from the component for the blur event |
String |
removeClientData(String name)
Removes the variable name and the data associated to it |
void |
removeErrorListener(IErrorListener listener)
Removes a listener from the component for the error event |
void |
removeFocusListener(IFocusListener listener)
Removes a listener from the component for the focus event |
void |
removeInitListener(IInitListener listener)
Removes a listener from the component for the init event |
void |
removeKeyDownListener(IKeyDownListener listener)
Removes a listener from the component for the keyDown event |
void |
removeKeyPressListener(IKeyPressListener listener)
Removes a listener from the component for the keyPress event |
void |
removeKeyUpListener(IKeyUpListener listener)
Removes a listener from the component for the keyUp 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 |
Object |
removeServerData(String name)
Removes a key and the data object associated to it |
void |
removeUserEventListener(IUserEventListener listener)
Removes a listener from the component for the user event |
void |
removeValidationListener(IValidationListener listener)
Removes a listener from the component for the validation 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 |
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 |
setBottom(int bottom)
|
String |
setClientData(String name,
String value)
Associates data to variable name. |
void |
setClientData(String name,
javax.el.ValueExpression value)
|
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 |
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 |
setHelpMessage(String helpMessage)
Sets a string value specifying the message to be shown by a helpMessageZone Component. |
void |
setHelpURL(String helpURL)
Sets an URL that points to a help page for the component. it is used for example by a helpButton Component. |
void |
setHiddenMode(int hiddenMode)
Set the hidden mode in client side. |
void |
setHiddenMode(String hiddenMode)
|
void |
setLeft(int left)
|
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 |
setPartialRendering(boolean partialRendering)
|
void |
setRight(int right)
|
Object |
setServerData(String name,
Object value)
Associates and object to a key for the component on the server side |
void |
setServerData(String name,
javax.el.ValueExpression value)
|
void |
setStyleClass(String styleClass)
Specify the style class of the component. |
void |
setTabIndex(Integer tabIndex)
Sets an int value specifying the position of this element in the tabbing order for the current document. |
void |
setTextAlignment(String textAlignment)
Specifies horizontal alignment. |
void |
setToolTipText(String toolTipText)
Sets the receiver's tool tip text to the argument, which may be null indicating that no tool tip text should be shown. |
void |
setTop(int top)
|
void |
setUnlockedClientAttributeNames(String unlockedClientAttributeNames)
Sets a string value holding a comma separated list of the client modifiable properties. |
void |
setValueLocked(boolean valueLocked)
Set the lock of the main value of the component. |
void |
setVisible(boolean visible)
Marks the receiver as visible if the argument is , and marks it invisible if
argument is . |
void |
setWaiRole(String waiRole)
|
void |
setWidth(String width)
Sets a string value (as specified by CSS) for the width of the component. |
void |
setX(String x)
Sets a string value (as specified by CSS) for the x position of the component. |
void |
setY(String y)
Sets a string value (as specified by CSS) for the y position of the component. |
| Methods inherited from class org.rcfaces.core.internal.component.CameliaSelectManyComponent |
|---|
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, setConverter, setConverter, setDefaultProperties, setRendered, setTransientAttribute, setValueExpression, toString, updatePhase, validationPhase, verifyAsyncDecode |
| Methods inherited from class javax.faces.component.UISelectMany |
|---|
compareValues, getSelectedValues, getValueBinding, setSelectedValues, setValueBinding, validateValue |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getLocalValue, getValue, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, findComponent, getAttributes, getChildCount, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendersChildren, invokeOnComponent, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient |
| 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.IImmediateCapability |
|---|
isImmediate, setImmediate |
| 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 |
|---|
protected static final Set CAMELIA_ATTRIBUTES
| Constructor Detail |
|---|
public AbstractSelectManyComponent()
| Method Detail |
|---|
public Map getServerDataMap(FacesContext facesContext)
public Object setServerData(String name,
Object value)
IServerDataCapability
setServerData in interface IServerDataCapabilitysetServerData in interface org.rcfaces.core.internal.manager.IServerDataManagername - key used to retrieve the object associatedvalue - object to associate
public Map getClientDataMap(FacesContext facesContext)
public String setClientData(String name,
String value)
IClientDataCapability
setClientData in interface IClientDataCapabilitysetClientData in interface org.rcfaces.core.internal.manager.IClientDataManagername - the variable to associate data tovalue - the data to associate to the variable
public void setServerData(String name,
javax.el.ValueExpression value)
setServerData in interface org.rcfaces.core.internal.manager.IServerDataManagerpublic String[] listClientDataKeys(FacesContext facesContext)
public void setClientData(String name,
javax.el.ValueExpression value)
setClientData in interface org.rcfaces.core.internal.manager.IClientDataManager
public String getClientData(String name,
FacesContext facesContext)
public Object getServerData(String name,
FacesContext facesContext)
public void setMargins(String margins)
public String[] listServerDataKeys(FacesContext facesContext)
public void setHiddenMode(String hiddenMode)
public Boolean getVisibleState(FacesContext facesContext)
public String getHelpMessage()
IHelpCapability
getHelpMessage in interface IHelpCapabilitypublic String getHelpMessage(FacesContext facesContext)
getHelpMessage() for more details
public final boolean isHelpMessageSetted()
true if the attribute "helpMessage" is set.
true if the attribute is set.public void setHelpMessage(String helpMessage)
IHelpCapability
setHelpMessage in interface IHelpCapabilityhelpMessage - help messagepublic String getHelpURL()
IHelpCapability
getHelpURL in interface IHelpCapabilitypublic String getHelpURL(FacesContext facesContext)
getHelpURL() for more details
public final boolean isHelpURLSetted()
true if the attribute "helpURL" is set.
true if the attribute is set.public void setHelpURL(String helpURL)
IHelpCapability
setHelpURL in interface IHelpCapabilityhelpURL - help urlpublic String getToolTipText()
IToolTipCapabilitynull if it has
not been set.
getToolTipText in interface IToolTipCapabilitypublic String getToolTipText(FacesContext facesContext)
getToolTipText() for more details
public final boolean isToolTipTextSetted()
true if the attribute "toolTipText" is set.
true if the attribute is set.public void setToolTipText(String toolTipText)
IToolTipCapabilitynull indicating that no tool tip text should be shown.
setToolTipText in interface IToolTipCapabilitytoolTipText - the new tool tip text (or null)public int getClientDataCount()
IClientDataCapability
getClientDataCount in interface IClientDataCapabilitypublic String[] listClientDataKeys()
IClientDataCapability
listClientDataKeys in interface IClientDataCapabilitypublic String removeClientData(String name)
IClientDataCapability
removeClientData in interface IClientDataCapabilityname - the variable to associate data to
public String getClientData(String name)
IClientDataCapability
getClientData in interface IClientDataCapabilityname - the variable to associate data to
public Map getClientDataMap()
IClientDataCapability
getClientDataMap in interface IClientDataCapabilitypublic 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 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 boolean isVisible()
isVisible in interface IVisibilityCapabilitypublic boolean isVisible(FacesContext facesContext)
isVisible() for more details
public final boolean isVisibleSetted()
true if the attribute "visible" is set.
true if the attribute is set.public void setVisible(boolean visible)
IVisibilityCapabilityTRUE, and marks it invisible if
argument is FALSE.
setVisible in interface IVisibilityCapabilityvisible - the new visibility state.public Boolean getVisibleState()
IVisibilityCapabilityTRUE if the receiver is
visible, FALSE if the receiver is
specified "not visible", and null otherwise.
getVisibleState in interface IVisibilityCapabilitypublic 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 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 final void addValidationListener(IValidationListener listener)
IValidationEventCapability
addValidationListener in interface IValidationEventCapabilitylistener - the validation listener to addpublic final void removeValidationListener(IValidationListener listener)
IValidationEventCapability
removeValidationListener in interface IValidationEventCapabilitylistener - the validation listener to removepublic final FacesListener[] listValidationListeners()
IValidationEventCapability
listValidationListeners in interface IValidationEventCapabilitypublic 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 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 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 getUnlockedClientAttributeNames()
IUnlockedClientAttributesCapability
getUnlockedClientAttributeNames in interface IUnlockedClientAttributesCapabilitypublic String getUnlockedClientAttributeNames(FacesContext facesContext)
getUnlockedClientAttributeNames() for more details
public final boolean isUnlockedClientAttributeNamesSetted()
true if the attribute "unlockedClientAttributeNames" is set.
true if the attribute is set.public void setUnlockedClientAttributeNames(String unlockedClientAttributeNames)
IUnlockedClientAttributesCapability
setUnlockedClientAttributeNames in interface IUnlockedClientAttributesCapabilityunlockedClientAttributeNames - list of modifiable attributespublic 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 String[] listServerDataKeys()
IServerDataCapability
listServerDataKeys in interface IServerDataCapabilitypublic Map getServerDataMap()
IServerDataCapability
getServerDataMap in interface IServerDataCapabilitypublic int getServerDataCount()
IServerDataCapability
getServerDataCount in interface IServerDataCapabilitypublic Object getServerData(String name)
IServerDataCapability
getServerData in interface IServerDataCapabilityname - the key to retrieve
public Object removeServerData(String name)
IServerDataCapability
removeServerData in interface IServerDataCapabilityname - the key to remove
public 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 final void addKeyUpListener(IKeyUpListener listener)
IKeyUpEventCapability
addKeyUpListener in interface IKeyUpEventCapabilitylistener - the keyUp listener to addpublic final void removeKeyUpListener(IKeyUpListener listener)
IKeyUpEventCapability
removeKeyUpListener in interface IKeyUpEventCapabilitylistener - the keyUp listener to removepublic final FacesListener[] listKeyUpListeners()
IKeyUpEventCapability
listKeyUpListeners in interface IKeyUpEventCapabilitypublic final void addKeyDownListener(IKeyDownListener listener)
IKeyDownEventCapability
addKeyDownListener in interface IKeyDownEventCapabilitylistener - the keyDown listener to addpublic final void removeKeyDownListener(IKeyDownListener listener)
IKeyDownEventCapability
removeKeyDownListener in interface IKeyDownEventCapabilitylistener - the keyDown listener to removepublic final FacesListener[] listKeyDownListeners()
IKeyDownEventCapability
listKeyDownListeners in interface IKeyDownEventCapabilitypublic final void addKeyPressListener(IKeyPressListener listener)
IKeyPressEventCapability
addKeyPressListener in interface IKeyPressEventCapabilitylistener - the keyPress listener to addpublic final void removeKeyPressListener(IKeyPressListener listener)
IKeyPressEventCapability
removeKeyPressListener in interface IKeyPressEventCapabilitylistener - the keyPress listener to removepublic final FacesListener[] listKeyPressListeners()
IKeyPressEventCapability
listKeyPressListeners in interface IKeyPressEventCapabilitypublic String getX()
IPositionCapability
getX in interface IPositionCapabilitypublic String getX(FacesContext facesContext)
getX() for more details
public final boolean isXSetted()
true if the attribute "x" is set.
true if the attribute is set.public void setX(String x)
IPositionCapability
setX in interface IPositionCapabilityx - as specified by CSSpublic String getY()
IPositionCapability
getY in interface IPositionCapabilitypublic String getY(FacesContext facesContext)
getY() for more details
public final boolean isYSetted()
true if the attribute "y" is set.
true if the attribute is set.public void setY(String y)
IPositionCapability
setY in interface IPositionCapabilityy - as specified by CSSpublic 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 boolean isPartialRendering()
isPartialRendering in interface IPartialRenderingCapabilitypublic boolean isPartialRendering(FacesContext facesContext)
isPartialRendering() for more details
public final boolean isPartialRenderingSetted()
true if the attribute "partialRendering" is set.
true if the attribute is set.public void setPartialRendering(boolean partialRendering)
setPartialRendering in interface IPartialRenderingCapabilitypublic 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 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 getWidth()
IWidthCapability
getWidth in interface IWidthCapabilitypublic String getWidth(FacesContext facesContext)
getWidth() for more details
public final boolean isWidthSetted()
true if the attribute "width" is set.
true if the attribute is set.public void setWidth(String width)
IWidthCapability
setWidth in interface IWidthCapabilitywidth - widthpublic 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 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 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 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 int getBottom()
getBottom in interface ILayoutPositionCapabilitypublic int getBottom(FacesContext facesContext)
getBottom() for more details
public final boolean isBottomSetted()
true if the attribute "bottom" is set.
true if the attribute is set.public void setBottom(int bottom)
setBottom in interface ILayoutPositionCapabilitypublic int getLeft()
getLeft in interface ILayoutPositionCapabilitypublic int getLeft(FacesContext facesContext)
getLeft() for more details
public final boolean isLeftSetted()
true if the attribute "left" is set.
true if the attribute is set.public void setLeft(int left)
setLeft in interface ILayoutPositionCapabilitypublic int getRight()
getRight in interface ILayoutPositionCapabilitypublic int getRight(FacesContext facesContext)
getRight() for more details
public final boolean isRightSetted()
true if the attribute "right" is set.
true if the attribute is set.public void setRight(int right)
setRight in interface ILayoutPositionCapabilitypublic int getTop()
getTop in interface ILayoutPositionCapabilitypublic int getTop(FacesContext facesContext)
getTop() for more details
public final boolean isTopSetted()
true if the attribute "top" is set.
true if the attribute is set.public void setTop(int top)
setTop in interface ILayoutPositionCapabilitypublic 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 int getHiddenMode()
IHiddenModeCapability
getHiddenMode in interface IHiddenModeCapabilitypublic int getHiddenMode(FacesContext facesContext)
getHiddenMode() for more details
public final boolean isHiddenModeSetted()
true if the attribute "hiddenMode" is set.
true if the attribute is set.public void setHiddenMode(int hiddenMode)
IHiddenModeCapability
setHiddenMode in interface IHiddenModeCapabilityhiddenMode - hidden modepublic boolean isValueLocked()
IValueLockedCapability
isValueLocked in interface IValueLockedCapabilitypublic boolean isValueLocked(FacesContext facesContext)
isValueLocked() for more details
public final boolean isValueLockedSetted()
true if the attribute "valueLocked" is set.
true if the attribute is set.public void setValueLocked(boolean valueLocked)
IValueLockedCapability
setValueLocked in interface IValueLockedCapabilityvalueLocked - The lock state.protected Set getCameliaFields()
getCameliaFields in class org.rcfaces.core.internal.component.CameliaSelectManyComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||