public interface Skin
Modifier and Type | Interface and Description |
---|---|
static interface |
Skin.Preferable
Preferable parameters names for skin ( in common, for Preferable.Name parameter will PreferableName )
|
Modifier and Type | Field and Description |
---|---|
static String |
ACTIVETAB_STYLE_FONT
Style of the text displaying on the active (selected) tabs.Default value normal.
|
static String |
ACTIVETAB_WEIGHT_FONT
Depth of the text displaying on the active (selected) tabs.Default value bold.
|
static String |
ADDITIONAL_BACKGROUND_COLOR |
static String |
BASE_SKIN |
static String |
BUTTON_FAMILY_FONT
Font name for displaying buttons titles.
|
static String |
BUTTON_RADIUS_CORNER
Rounding-off radius of the buttons corners.
|
static String |
BUTTON_SIZE_FONT
Font size for displaying buttons titles.
|
static String |
BUTTON_STYLE_FONT
Style of the text displaying on the button.
|
static String |
BUTTON_WEIGHT_FONT
Depth of the text displaying on the button.
|
static String |
CONTROL_BACKGROUND_COLOR |
static String |
CONTROL_BORDER_COLOR
Responsible for the borders color of the radiobutton and checkbox and color of light part of the fields and text area
border.
|
static String |
DISABLED_TAB_STYLE_FONT
Style of the text displaying on the disabled tabs.Default value normal.
|
static String |
DISABLED_TAB_WEIGHT_FONT
Depth of the text displaying on the disabled tabs.Default value normal.
|
static String |
EXTENDED_STYLE_SHEET
used for define url with extended CSS file for current skin.
|
static String |
GENERAL_BACKGROUND_COLOR
used for defining the background color of the basic area of the panel and tabpanels, background color of the dropdown
list boxes of ddmenu.
|
static String |
GENERAL_LINK_COLOR |
static String |
GENERAL_SIZE_FONT |
static String |
GENERAL_STYLE_SHEET
used for define url with general CSS file for current skin.
|
static String |
GENERAL_TEXT_COLOR
used for defining color of the basic text, color of the text in the dropdown list boxes of ddmenu, color of the right and
top borders for the controls like text, textArea, secret.
|
static String |
GRADIENT_TYPE |
static String |
HEADER_BACKGROUND_COLOR
used for defining a header background color in the panel, a tabpanel active tab background color, a bar background color
for ddmenu, tables background color, buttons background color.
|
static String |
HEADER_FAMILY_FONT
Font name for the displaying panels headers and top level of the ddmenu.Default value Arial, Verdana.
|
static String |
HEADER_GRADIENT_COLOR |
static String |
HEADER_SIZE_FONT
Font size for the displaying panels headers and top level of the ddmenu.
|
static String |
HEADER_TEXT_COLOR
used for defining color of the titles of the top level of the menu, the panel header color, the table header color, color
of the title of the active tab in the tabpanel, color of the title on the buttons.
|
static String |
IMAGE_LIBRARY |
static String |
INTERFACE_LEVEL_3D
Parameter responsible for 3D Look of panels and buttons.
|
static String |
LOAD_STYLE_SHEETS |
static String |
OVER_ALL_BACKGROUND |
static String |
PANEL_RADIUS_CORNER
Rounding-off radius of the panels corners.
|
static String |
PANEL_TEXT_COLOR |
static String |
PREFERABLE_TAB_POSITION
defines the layout of the tabs in the panel.
|
static String |
PREFERABLE_TAB_TEXT_DIRECTION
text aligning in the tabs with the fixed tab length (hight).
|
static String |
PREFERABLE_TAB_TEXT_ORIENTATION
defines the variant of text writing.
|
static String |
SELECT_BACKGROUND_COLOR
used for defining the background color of the bar under the header in the panel and the tabpanel, color of the border for
the top level of the ddmenu, background highlight color of the selected item in the dropdown list boxes of the ddmenu,
background color of the footer in the tables, color of the text for the inactive and disabled tab in the tabpanel, color
of the border of the buttons.
|
static String |
SELECT_CONTROL_COLOR
Color for selected checkbox or selectOneRadio.
|
static String |
SHADOW_BACKGROUND_COLOR
used for defining shadow background color of the panels, color of the bottom and right borders for the dropdown list box
in ddmenu.
|
static String |
SHADOW_OPACITY
used for defining the seamlessness of the tip shadow.
|
static String |
TAB_BACKGROUND_COLOR |
static String |
TAB_FAMILY_FONT
Font name for displaying tab titles.
|
static String |
TAB_RADIUS_CORNER
Rounding-off radius of the tabs corners.
|
static String |
TAB_SIZE_FONT
Font size for displaying tab titles.
|
static String |
TAB_STYLE_FONT
Style of of the text displaying on the inactive (unselected) tabs.
|
static String |
TAB_WEIGHT_FONT
Depth of the text displaying on the inactive (unselected) tabs.Default value normal.
|
static String |
TABLE_BACKGROUND_COLOR
used for defining tables and controls background color.
|
static String |
TABLE_BORDER_COLOR
used for defining tables border color, color of the bottom and left controls like text, textArea, secret, color of the
top and left borders for the dropdown list box in the ddmenu.
|
static String |
TRIM_COLOR |
Modifier and Type | Method and Description |
---|---|
boolean |
containsProperty(String name) |
Integer |
getColorParameter(javax.faces.context.FacesContext context,
String name)
Get value for configuration parameter and interpret it as color string.
|
Integer |
getColorParameter(javax.faces.context.FacesContext context,
String name,
Object defaultValue)
Get value for configuration parameter and interpret it as color string.
|
Integer |
getIntegerParameter(javax.faces.context.FacesContext context,
String name) |
Integer |
getIntegerParameter(javax.faces.context.FacesContext context,
String name,
Object defaultValue) |
String |
getName() |
Object |
getParameter(javax.faces.context.FacesContext context,
String name)
Get value for configuration parameter.
|
Object |
getParameter(javax.faces.context.FacesContext context,
String name,
Object defaultValue)
Get value for configuration parameter.
|
int |
hashCode(javax.faces.context.FacesContext context)
Calculate unique ( as possible ) code to identity this skin instance.
|
String |
imageUrl(String resourceName) |
static final String IMAGE_LIBRARY
static final String ACTIVETAB_STYLE_FONT
static final String ACTIVETAB_WEIGHT_FONT
static final String ADDITIONAL_BACKGROUND_COLOR
static final String BASE_SKIN
static final String BUTTON_FAMILY_FONT
static final String BUTTON_RADIUS_CORNER
static final String BUTTON_SIZE_FONT
static final String BUTTON_STYLE_FONT
static final String BUTTON_WEIGHT_FONT
static final String CONTROL_BACKGROUND_COLOR
static final String CONTROL_BORDER_COLOR
static final String DISABLED_TAB_STYLE_FONT
static final String DISABLED_TAB_WEIGHT_FONT
static final String EXTENDED_STYLE_SHEET
static final String GENERAL_BACKGROUND_COLOR
static final String GENERAL_LINK_COLOR
static final String GENERAL_SIZE_FONT
static final String GENERAL_STYLE_SHEET
static final String GENERAL_TEXT_COLOR
static final String GRADIENT_TYPE
static final String HEADER_BACKGROUND_COLOR
static final String HEADER_FAMILY_FONT
static final String HEADER_GRADIENT_COLOR
static final String HEADER_SIZE_FONT
static final String HEADER_TEXT_COLOR
static final String INTERFACE_LEVEL_3D
static final String LOAD_STYLE_SHEETS
static final String OVER_ALL_BACKGROUND
static final String PANEL_RADIUS_CORNER
static final String PANEL_TEXT_COLOR
static final String PREFERABLE_TAB_POSITION
static final String PREFERABLE_TAB_TEXT_DIRECTION
static final String PREFERABLE_TAB_TEXT_ORIENTATION
static final String SELECT_BACKGROUND_COLOR
static final String SELECT_CONTROL_COLOR
static final String SHADOW_BACKGROUND_COLOR
static final String SHADOW_OPACITY
static final String TABLE_BACKGROUND_COLOR
static final String TABLE_BORDER_COLOR
static final String TAB_FAMILY_FONT
static final String TAB_RADIUS_CORNER
static final String TAB_SIZE_FONT
static final String TAB_STYLE_FONT
static final String TAB_WEIGHT_FONT
static final String TAB_BACKGROUND_COLOR
static final String TRIM_COLOR
Object getParameter(javax.faces.context.FacesContext context, String name)
context
- - FacesContext
for current request.name
- name of parameter.Object getParameter(javax.faces.context.FacesContext context, String name, Object defaultValue)
context
- - FacesContext
for current request.name
- name of paremeter.defaultValue
- - default value if parameter not present in SkinInteger getColorParameter(javax.faces.context.FacesContext context, String name)
context
- - FacesContext
for current request.name
- name of parameter.Integer getColorParameter(javax.faces.context.FacesContext context, String name, Object defaultValue)
context
- - FacesContext
for current request.name
- name of parameter.defaultValue
- - default value if parameter not present in SkinInteger getIntegerParameter(javax.faces.context.FacesContext context, String name)
Integer getIntegerParameter(javax.faces.context.FacesContext context, String name, Object defaultValue)
boolean containsProperty(String name)
name
- int hashCode(javax.faces.context.FacesContext context)
context
- String getName()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.