Class Markup
java.lang.Object
org.apache.myfaces.tobago.context.Markup
- All Implemented Interfaces:
Serializable
,Iterable<String>
A markup signs a component to be rendered different from the normal.
E. g. markup="emphasized"
might be rendered bold
or a markup="deleted"
might be rendered with line-through style.
The concrete rendering depends from the theme.
The markup can also hold more than one value, e. g. markup="emphasized, deleted"
.
The value of the markup is unmodifiable.
A markup must be registered for a component, before it can be used.
A markup should only contain ASCII characters and digits.
In JSPs the class MarkupEditor
will convert the string literals.
- See Also:
- Serialized Form
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
static Markup
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
NULL
-
ASCENDING
-
BADGE
-
BIG
-
BOLD
-
BORDERED
-
BOTTOM
-
CENTER
-
CLICKABLE
-
DANGER
-
DARK
-
DEFAULT
-
DELETED
-
DESCENDING
-
DISABLED
-
ERROR
-
EVEN
-
EXPANDED
-
EXTRA_LARGE
-
FILLER
-
FATAL
-
FOLDER
-
HOVER
-
INFO
-
INLINE
-
ITALIC
-
JUSTIFY
-
LARGE
-
LEFT
-
LIGHT
-
MARKED
-
MEDIUM
-
MIDDLE
-
MODAL
-
NONE
-
NUMBER
-
ODD
-
OUTLINE_DANGER
-
OUTLINE_DARK
-
OUTLINE_INFO
-
OUTLINE_LIGHT
-
OUTLINE_PRIMARY
-
OUTLINE_SECONDARY
-
OUTLINE_SUCCESS
-
OUTLINE_WARNING
-
PILL
-
PORTLET
-
PRIMARY
-
READONLY
-
REQUIRED
-
RESIZABLE
-
RIGHT
-
SECONDARY
-
SECONDS
-
SELECTED
-
SMALL
-
SORTABLE
-
SPREAD
-
STRIPED
-
STRONG
-
SUCCESS
-
THIN
-
TOGGLER_LEFT
-
TOP
-
VERTICALLY
-
WARN
-
WARNING
-
STRING_ASCENDING
- See Also:
- Constant Field Values
-
STRING_BADGE
- See Also:
- Constant Field Values
-
STRING_BIG
- See Also:
- Constant Field Values
-
STRING_BOLD
- See Also:
- Constant Field Values
-
STRING_BORDERED
- See Also:
- Constant Field Values
-
STRING_BOTTOM
- See Also:
- Constant Field Values
-
STRING_CENTER
- See Also:
- Constant Field Values
-
STRING_CLICKABLE
- See Also:
- Constant Field Values
-
STRING_DANGER
- See Also:
- Constant Field Values
-
STRING_DARK
- See Also:
- Constant Field Values
-
STRING_DEFAULT
- See Also:
- Constant Field Values
-
STRING_DELETED
- See Also:
- Constant Field Values
-
STRING_DESCENDING
- See Also:
- Constant Field Values
-
STRING_DISABLED
- See Also:
- Constant Field Values
-
STRING_ERROR
- See Also:
- Constant Field Values
-
STRING_EVEN
- See Also:
- Constant Field Values
-
STRING_EXPANDED
- See Also:
- Constant Field Values
-
STRING_EXTRA_LARGE
- See Also:
- Constant Field Values
-
STRING_FILLER
- See Also:
- Constant Field Values
-
STRING_FATAL
- See Also:
- Constant Field Values
-
STRING_FOLDER
- See Also:
- Constant Field Values
-
STRING_HOVER
- See Also:
- Constant Field Values
-
STRING_INFO
- See Also:
- Constant Field Values
-
STRING_INLINE
- See Also:
- Constant Field Values
-
STRING_ITALIC
- See Also:
- Constant Field Values
-
STRING_JUSTIFY
- See Also:
- Constant Field Values
-
STRING_LARGE
- See Also:
- Constant Field Values
-
STRING_LEFT
- See Also:
- Constant Field Values
-
STRING_LIGHT
- See Also:
- Constant Field Values
-
STRING_MARKED
- See Also:
- Constant Field Values
-
STRING_MEDIUM
- See Also:
- Constant Field Values
-
STRING_MIDDLE
- See Also:
- Constant Field Values
-
STRING_MODAL
- See Also:
- Constant Field Values
-
STRING_NONE
- See Also:
- Constant Field Values
-
STRING_NUMBER
- See Also:
- Constant Field Values
-
STRING_ODD
- See Also:
- Constant Field Values
-
STRING_OUTLINE_DANGER
- See Also:
- Constant Field Values
-
STRING_OUTLINE_DARK
- See Also:
- Constant Field Values
-
STRING_OUTLINE_INFO
- See Also:
- Constant Field Values
-
STRING_OUTLINE_LIGHT
- See Also:
- Constant Field Values
-
STRING_OUTLINE_PRIMARY
- See Also:
- Constant Field Values
-
STRING_OUTLINE_SECONDARY
- See Also:
- Constant Field Values
-
STRING_OUTLINE_SUCCESS
- See Also:
- Constant Field Values
-
STRING_OUTLINE_WARNING
- See Also:
- Constant Field Values
-
STRING_PILL
- See Also:
- Constant Field Values
-
STRING_PORTLET
- See Also:
- Constant Field Values
-
STRING_PRIMARY
- See Also:
- Constant Field Values
-
STRING_READONLY
- See Also:
- Constant Field Values
-
STRING_REQUIRED
- See Also:
- Constant Field Values
-
STRING_RESIZABLE
- See Also:
- Constant Field Values
-
STRING_RIGHT
- See Also:
- Constant Field Values
-
STRING_SECONDARY
- See Also:
- Constant Field Values
-
STRING_SECONDS
- See Also:
- Constant Field Values
-
STRING_SELECTED
- See Also:
- Constant Field Values
-
STRING_SMALL
- See Also:
- Constant Field Values
-
STRING_SORTABLE
- See Also:
- Constant Field Values
-
STRING_SPREAD
- See Also:
- Constant Field Values
-
STRING_STRIPED
- See Also:
- Constant Field Values
-
STRING_STRONG
- See Also:
- Constant Field Values
-
STRING_SUCCESS
- See Also:
- Constant Field Values
-
STRING_THIN
- See Also:
- Constant Field Values
-
STRING_TOGGLER_LEFT
- See Also:
- Constant Field Values
-
STRING_TOP
- See Also:
- Constant Field Values
-
STRING_VERTICALLY
- See Also:
- Constant Field Values
-
STRING_WARN
- See Also:
- Constant Field Values
-
STRING_WARNING
- See Also:
- Constant Field Values
-
-
Method Details
-
valueOf
-
valueOf
-
valueOf
-
equals
-
hashCode
public int hashCode() -
iterator
-
add
Adds one markup to an other. Attention: The markup itself is not modified, you need to use the result of this operation. -
remove
-
contains
-
contains
-
isEmpty
public boolean isEmpty()Check if there is no value set inside this markup. -
toString
-