|
||||||||||
| 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
org.rcfaces.core.internal.component.CameliaBaseComponent
org.rcfaces.core.component.SubmitWaitComponent
public class SubmitWaitComponent
| Field Summary | |
|---|---|
protected static Set |
CAMELIA_ATTRIBUTES
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.rcfaces.core.internal.component.CameliaBaseComponent |
|---|
engine |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
SubmitWaitComponent()
|
|
SubmitWaitComponent(String componentId)
|
|
| Method Summary | |
|---|---|
String |
getAriaLabel()
|
String |
getAriaLabel(FacesContext facesContext)
See getAriaLabel() for more details |
int |
getAriaLevel()
|
int |
getAriaLevel(FacesContext facesContext)
See getAriaLevel() for more details |
String |
getBackgroundMode()
|
String |
getBackgroundMode(FacesContext facesContext)
|
protected Set |
getCameliaFields()
|
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 |
IContentAccessors |
getImageAccessors()
Returns ImageAccessors associated to the url. |
IContentAccessors |
getImageAccessors(FacesContext facesContext)
|
String |
getImageURL()
Returns the URL of the image. |
String |
getImageURL(FacesContext facesContext)
See getImageURL() 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 |
getStyleClass()
Returns the style class of the component. |
String |
getStyleClass(FacesContext facesContext)
See getStyleClass() for more details |
String |
getText()
Returns a string value specifying the text shown. |
String |
getText(FacesContext facesContext)
See getText() for more details |
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 |
boolean |
isAriaLabelSetted()
Returns true if the attribute "ariaLabel" is set. |
boolean |
isAriaLevelSetted()
Returns true if the attribute "ariaLevel" is set. |
boolean |
isBackgroundModeSetted()
Returns true if the attribute "backgroundMode" is set. |
boolean |
isHeightSetted()
Returns true if the attribute "height" is set. |
boolean |
isImageURLSetted()
Returns true if the attribute "imageURL" is set. |
boolean |
isLookIdSetted()
Returns true if the attribute "lookId" is set. |
boolean |
isStyleClassSetted()
Returns true if the attribute "styleClass" is set. |
boolean |
isTextSetted()
Returns true if the attribute "text" is set. |
boolean |
isWaiRoleSetted()
Returns true if the attribute "waiRole" is set. |
boolean |
isWidthSetted()
Returns true if the attribute "width" is set. |
void |
setAriaLabel(String ariaLabel)
|
void |
setAriaLevel(int ariaLevel)
|
void |
setBackgroundMode(String backgroundMode)
|
void |
setHeight(String height)
Sets a string value (as specified by CSS) for the height of the component. |
void |
setImageURL(String imageURL)
Specify the URL of the image. |
void |
setLookId(String lookId)
Sets a string value specifying the choosen look of the component. |
void |
setStyleClass(String styleClass)
Specify the style class of the component. |
void |
setText(String text)
Sets a string value specifying the text to be shown. |
void |
setWaiRole(String waiRole)
|
void |
setWidth(String width)
Sets a string value (as specified by CSS) for the width of the component. |
| Methods inherited from class org.rcfaces.core.internal.component.CameliaBaseComponent |
|---|
clearListeners, confirmListenerAppend, constructPhase, constructTemplate, decodePhase, encodeBegin, encodeChildren, encodeEnd, getAsyncRenderer, getCameliaValueAlias, getChildren, getChildrenListState, getFamily, getRendererType, getTransientAttribute, getValueExpression, hasDefaultProperties, initializeComponent, initializePhase, isClientRendered, isRendered, isTemplateComponent, processDecodes, processEngineUpdates, processEngineValidators, processUpdates, processValidators, queueEvent, renderPhase, restoreState, saveState, setDefaultProperties, setRendered, setTransientAttribute, setValueExpression, toString, updatePhase, validationPhase, verifyAsyncDecode |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.rcfaces.core.internal.manager.IContainerManager |
|---|
getChildCount |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
protected static final Set CAMELIA_ATTRIBUTES
| Constructor Detail |
|---|
public SubmitWaitComponent()
public SubmitWaitComponent(String componentId)
| Method Detail |
|---|
public IContentAccessors getImageAccessors(FacesContext facesContext)
getImageAccessors in interface org.rcfaces.core.internal.capability.IImageAccessorsCapabilitypublic String getImageURL()
IImageCapability
getImageURL in interface IImageCapabilitypublic String getImageURL(FacesContext facesContext)
getImageURL() for more details
public final boolean isImageURLSetted()
true if the attribute "imageURL" is set.
true if the attribute is set.public void setImageURL(String imageURL)
IImageCapability
setImageURL in interface IImageCapabilitypublic IContentAccessors getImageAccessors()
IImageCapability
getImageAccessors in interface IImageCapabilitypublic 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 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 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 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 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 getBackgroundMode()
public String getBackgroundMode(FacesContext facesContext)
public void setBackgroundMode(String backgroundMode)
public boolean isBackgroundModeSetted()
true if the attribute "backgroundMode" is set.
true if the attribute is set.protected Set getCameliaFields()
getCameliaFields in class org.rcfaces.core.internal.component.CameliaBaseComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||