org.rcfaces.core.component.capability
Interface ISeverityStyleClassCapability
- All Superinterfaces:
- IStyleClassCapability
- All Known Implementing Classes:
- CheckButtonComponent, ComboComponent, DateEntryComponent, ImageCheckButtonComponent, ImageRadioButtonComponent, ListComponent, MessageComponent, MessageFieldSetComponent, MessagesComponent, NumberEntryComponent, PasswordEntryComponent, RadioButtonComponent, SpinnerComponent, StyledMessageComponent, SuggestTextEntryComponent, TextAreaComponent, TextEditorComboComponent, TextEditorComponent, TextEntryComponent, TimeEntryComponent
public interface ISeverityStyleClassCapability
- extends IStyleClassCapability
- Version:
- $Revision: 1.4 $ $Date: 2007/05/24 12:26:17 $
- Author:
- Olivier Oeuillot (latest modification by $Author: oeuillot $)
|
Method Summary |
String |
getErrorStyleClass()
Returns a space-separated list of CSS style class(es) to be applied for
error messages. |
String |
getFatalStyleClass()
Returns a space-separated list of CSS style class(es) to be applied for
fatal messages. |
String |
getInfoStyleClass()
Returns a space-separated list of CSS style class(es) to be applied for
info messages. |
String |
getWarnStyleClass()
Returns a space-separated list of CSS style class(es) to be applied for
warning messages. |
void |
setErrorStyleClass(String errorStyleClass)
Sets a space-separated list of CSS style class(es) to be applied for
error messages. |
void |
setFatalStyleClass(String fatalStyleClass)
Sets a space-separated list of CSS style class(es) to be applied for
fatal messages. |
void |
setInfoStyleClass(String infoStyleClass)
Sets a space-separated list of CSS style class(es) to be applied for info
messages. |
void |
setWarnStyleClass(String warnStyleClass)
Sets a space-separated list of CSS style class(es) to be applied for
warning messages. |
getInfoStyleClass
String getInfoStyleClass()
- Returns a space-separated list of CSS style class(es) to be applied for
info messages. This value will be passed through as the "class" attribute
on generated markup.
- Returns:
- list of CSS style classes
setInfoStyleClass
void setInfoStyleClass(String infoStyleClass)
- Sets a space-separated list of CSS style class(es) to be applied for info
messages. This value will be passed through as the "class" attribute on
generated markup.
- Parameters:
infoStyleClass - list of CSS style classes
getWarnStyleClass
String getWarnStyleClass()
- Returns a space-separated list of CSS style class(es) to be applied for
warning messages. This value will be passed through as the "class"
attribute on generated markup.
- Returns:
- list of CSS style classes
setWarnStyleClass
void setWarnStyleClass(String warnStyleClass)
- Sets a space-separated list of CSS style class(es) to be applied for
warning messages. This value will be passed through as the "class"
attribute on generated markup.
- Parameters:
warnStyleClass - list of CSS style classes
getErrorStyleClass
String getErrorStyleClass()
- Returns a space-separated list of CSS style class(es) to be applied for
error messages. This value will be passed through as the "class"
attribute on generated markup.
- Returns:
- list of CSS style classes
setErrorStyleClass
void setErrorStyleClass(String errorStyleClass)
- Sets a space-separated list of CSS style class(es) to be applied for
error messages. This value will be passed through as the "class"
attribute on generated markup.
- Parameters:
errorStyleClass - list of CSS style classes
getFatalStyleClass
String getFatalStyleClass()
- Returns a space-separated list of CSS style class(es) to be applied for
fatal messages. This value will be passed through as the "class"
attribute on generated markup.
- Returns:
- list of CSS style classes
setFatalStyleClass
void setFatalStyleClass(String fatalStyleClass)
- Sets a space-separated list of CSS style class(es) to be applied for
fatal messages. This value will be passed through as the "class"
attribute on generated markup.
- Parameters:
fatalStyleClass - list of CSS style classes
Copyright © 2006-2011 Vedana. All Rights Reserved.