Enum RendererTypes
- java.lang.Object
-
- java.lang.Enum<RendererTypes>
-
- org.apache.myfaces.tobago.component.RendererTypes
-
- All Implemented Interfaces:
Serializable
,Comparable<RendererTypes>
public enum RendererTypes extends Enum<RendererTypes>
Constants for the renderer type
-
-
Enum Constant Summary
-
Field Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RendererTypes
valueOf(String name)
Returns the enum constant of this type with the specified name.static RendererTypes[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Badge
public static final RendererTypes Badge
-
Bar
public static final RendererTypes Bar
-
Box
public static final RendererTypes Box
-
Button
public static final RendererTypes Button
-
Buttons
public static final RendererTypes Buttons
-
Config
public static final RendererTypes Config
-
Calendar
public static final RendererTypes Calendar
-
Column
public static final RendererTypes Column
-
ColumnPanel
public static final RendererTypes ColumnPanel
-
ColumnSelector
public static final RendererTypes ColumnSelector
-
Date
public static final RendererTypes Date
-
Event
public static final RendererTypes Event
-
Figure
public static final RendererTypes Figure
-
File
public static final RendererTypes File
-
FlexLayout
public static final RendererTypes FlexLayout
-
FlowLayout
public static final RendererTypes FlowLayout
-
Footer
public static final RendererTypes Footer
-
Form
public static final RendererTypes Form
-
GridLayout
public static final RendererTypes GridLayout
-
Header
public static final RendererTypes Header
-
Hidden
public static final RendererTypes Hidden
-
In
public static final RendererTypes In
-
Image
public static final RendererTypes Image
-
Link
public static final RendererTypes Link
-
Links
public static final RendererTypes Links
-
Label
public static final RendererTypes Label
-
Messages
public static final RendererTypes Messages
-
Meta
public static final RendererTypes Meta
-
MetaLink
public static final RendererTypes MetaLink
-
Object
public static final RendererTypes Object
-
Operation
public static final RendererTypes Operation
-
Out
public static final RendererTypes Out
-
Page
public static final RendererTypes Page
-
Panel
public static final RendererTypes Panel
-
Popover
public static final RendererTypes Popover
-
Popup
public static final RendererTypes Popup
-
Progress
public static final RendererTypes Progress
-
Range
public static final RendererTypes Range
-
Reload
public static final RendererTypes Reload
-
Row
public static final RendererTypes Row
-
Script
public static final RendererTypes Script
-
Section
public static final RendererTypes Section
-
SegmentLayout
public static final RendererTypes SegmentLayout
-
SelectBooleanCheckbox
public static final RendererTypes SelectBooleanCheckbox
-
SelectBooleanToggle
public static final RendererTypes SelectBooleanToggle
-
SelectManyCheckbox
public static final RendererTypes SelectManyCheckbox
-
SelectManyList
public static final RendererTypes SelectManyList
-
SelectManyListbox
public static final RendererTypes SelectManyListbox
-
SelectManyShuttle
public static final RendererTypes SelectManyShuttle
-
SelectOneChoice
public static final RendererTypes SelectOneChoice
-
SelectOneRadio
public static final RendererTypes SelectOneRadio
-
SelectOneList
public static final RendererTypes SelectOneList
-
SelectOneListbox
public static final RendererTypes SelectOneListbox
-
SelectReference
public static final RendererTypes SelectReference
-
Separator
public static final RendererTypes Separator
-
Sheet
public static final RendererTypes Sheet
-
Stars
public static final RendererTypes Stars
-
Style
public static final RendererTypes Style
-
Suggest
public static final RendererTypes Suggest
-
Textarea
public static final RendererTypes Textarea
-
Tab
public static final RendererTypes Tab
-
TabGroup
public static final RendererTypes TabGroup
-
Toasts
public static final RendererTypes Toasts
-
ToolBar
public static final RendererTypes ToolBar
-
Tree
public static final RendererTypes Tree
-
TreeData
@Deprecated public static final RendererTypes TreeData
Deprecated.since 2.0.0
-
TreeIcon
public static final RendererTypes TreeIcon
-
TreeIndent
public static final RendererTypes TreeIndent
-
TreeLabel
public static final RendererTypes TreeLabel
-
TreeListbox
public static final RendererTypes TreeListbox
-
TreeNode
public static final RendererTypes TreeNode
-
TreeSelect
public static final RendererTypes TreeSelect
-
-
Field Detail
-
BADGE
public static final String BADGE
- See Also:
- Constant Field Values
-
BAR
public static final String BAR
- See Also:
- Constant Field Values
-
BOX
public static final String BOX
- See Also:
- Constant Field Values
-
BUTTON
public static final String BUTTON
- See Also:
- Constant Field Values
-
BUTTONS
public static final String BUTTONS
- See Also:
- Constant Field Values
-
CONFIG
public static final String CONFIG
- See Also:
- Constant Field Values
-
CALENDAR
public static final String CALENDAR
- See Also:
- Constant Field Values
-
COLUMN
public static final String COLUMN
- See Also:
- Constant Field Values
-
COLUMN_PANEL
public static final String COLUMN_PANEL
- See Also:
- Constant Field Values
-
COLUMN_SELECTOR
public static final String COLUMN_SELECTOR
- See Also:
- Constant Field Values
-
EVENT
public static final String EVENT
- See Also:
- Constant Field Values
-
DATE
public static final String DATE
- See Also:
- Constant Field Values
-
FIGURE
public static final String FIGURE
- See Also:
- Constant Field Values
-
FILE
public static final String FILE
- See Also:
- Constant Field Values
-
FLEX_LAYOUT
public static final String FLEX_LAYOUT
- See Also:
- Constant Field Values
-
FLOW_LAYOUT
public static final String FLOW_LAYOUT
- See Also:
- Constant Field Values
-
FOOTER
public static final String FOOTER
- See Also:
- Constant Field Values
-
FORM
public static final String FORM
- See Also:
- Constant Field Values
-
GRID_LAYOUT
public static final String GRID_LAYOUT
- See Also:
- Constant Field Values
-
HEADER
public static final String HEADER
- See Also:
- Constant Field Values
-
HIDDEN
public static final String HIDDEN
- See Also:
- Constant Field Values
-
IN
public static final String IN
- See Also:
- Constant Field Values
-
IMAGE
public static final String IMAGE
- See Also:
- Constant Field Values
-
LINK
public static final String LINK
- See Also:
- Constant Field Values
-
LINKS
public static final String LINKS
- See Also:
- Constant Field Values
-
LABEL
public static final String LABEL
- See Also:
- Constant Field Values
-
MESSAGES
public static final String MESSAGES
- See Also:
- Constant Field Values
-
META
public static final String META
- See Also:
- Constant Field Values
-
META_LINK
public static final String META_LINK
- See Also:
- Constant Field Values
-
OBJECT
public static final String OBJECT
- See Also:
- Constant Field Values
-
OPERATION
public static final String OPERATION
- See Also:
- Constant Field Values
-
OUT
public static final String OUT
- See Also:
- Constant Field Values
-
PAGE
public static final String PAGE
- See Also:
- Constant Field Values
-
PANEL
public static final String PANEL
- See Also:
- Constant Field Values
-
POPOVER
public static final String POPOVER
- See Also:
- Constant Field Values
-
POPUP
public static final String POPUP
- See Also:
- Constant Field Values
-
PROGRESS
public static final String PROGRESS
- See Also:
- Constant Field Values
-
RELOAD
public static final String RELOAD
- See Also:
- Constant Field Values
-
RANGE
public static final String RANGE
- See Also:
- Constant Field Values
-
ROW
public static final String ROW
- See Also:
- Constant Field Values
-
SCRIPT
public static final String SCRIPT
- See Also:
- Constant Field Values
-
SECTION
public static final String SECTION
- See Also:
- Constant Field Values
-
SEGMENT_LAYOUT
public static final String SEGMENT_LAYOUT
- See Also:
- Constant Field Values
-
SELECT_BOOLEAN_CHECKBOX
public static final String SELECT_BOOLEAN_CHECKBOX
- See Also:
- Constant Field Values
-
SELECT_BOOLEAN_TOGGLE
public static final String SELECT_BOOLEAN_TOGGLE
- See Also:
- Constant Field Values
-
SELECT_MANY_CHECKBOX
public static final String SELECT_MANY_CHECKBOX
- See Also:
- Constant Field Values
-
SELECT_MANY_LIST
public static final String SELECT_MANY_LIST
- See Also:
- Constant Field Values
-
SELECT_MANY_LISTBOX
public static final String SELECT_MANY_LISTBOX
- See Also:
- Constant Field Values
-
SELECT_MANY_SHUTTLE
public static final String SELECT_MANY_SHUTTLE
- See Also:
- Constant Field Values
-
SELECT_ONE_CHOICE
public static final String SELECT_ONE_CHOICE
- See Also:
- Constant Field Values
-
SELECT_ONE_RADIO
public static final String SELECT_ONE_RADIO
- See Also:
- Constant Field Values
-
SELECT_ONE_LIST
public static final String SELECT_ONE_LIST
- See Also:
- Constant Field Values
-
SELECT_ONE_LISTBOX
public static final String SELECT_ONE_LISTBOX
- See Also:
- Constant Field Values
-
SELECT_REFERENCE
public static final String SELECT_REFERENCE
- See Also:
- Constant Field Values
-
SEPARATOR
public static final String SEPARATOR
- See Also:
- Constant Field Values
-
SHEET
public static final String SHEET
- See Also:
- Constant Field Values
-
STARS
public static final String STARS
- See Also:
- Constant Field Values
-
STYLE
public static final String STYLE
- See Also:
- Constant Field Values
-
SUGGEST
public static final String SUGGEST
- See Also:
- Constant Field Values
-
TEXTAREA
public static final String TEXTAREA
- See Also:
- Constant Field Values
-
TAB
public static final String TAB
- See Also:
- Constant Field Values
-
TAB_GROUP
public static final String TAB_GROUP
- See Also:
- Constant Field Values
-
TOASTS
public static final String TOASTS
- See Also:
- Constant Field Values
-
TOOL_BAR
public static final String TOOL_BAR
- See Also:
- Constant Field Values
-
TREE
public static final String TREE
- See Also:
- Constant Field Values
-
TREE_DATA
@Deprecated public static final String TREE_DATA
Deprecated.since 2.0.0- See Also:
- Constant Field Values
-
TREE_ICON
public static final String TREE_ICON
- See Also:
- Constant Field Values
-
TREE_INDENT
public static final String TREE_INDENT
- See Also:
- Constant Field Values
-
TREE_LABEL
public static final String TREE_LABEL
- See Also:
- Constant Field Values
-
TREE_LISTBOX
public static final String TREE_LISTBOX
- See Also:
- Constant Field Values
-
TREE_NODE
public static final String TREE_NODE
- See Also:
- Constant Field Values
-
TREE_SELECT
public static final String TREE_SELECT
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static RendererTypes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RendererTypes c : RendererTypes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RendererTypes valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-