|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Skin
Main interface for configurable parameters.
Nested Class Summary | |
---|---|
static interface |
Skin.Preferable
Preferable parameters names for skin ( in common, for Preferable.Name parameter will PreferableName ) |
Field Summary | |
---|---|
static java.lang.String |
ACTIVETAB_STYLE_FONT
Style of the text displaying on the active (selected) tabs.Default value normal. |
static java.lang.String |
ACTIVETAB_WEIGHT_FONT
Depth of the text displaying on the active (selected) tabs.Default value bold. |
static java.lang.String |
ADDITIONAL_BACKGROUND_COLOR
|
static java.lang.String |
BASE_SKIN
|
static java.lang.String |
BUTTON_FAMILY_FONT
Font name for displaying buttons titles. |
static java.lang.String |
BUTTON_RADIUS_CORNER
Rounding-off radius of the buttons corners. |
static java.lang.String |
BUTTON_SIZE_FONT
Font size for displaying buttons titles. |
static java.lang.String |
BUTTON_STYLE_FONT
Style of the text displaying on the button. |
static java.lang.String |
BUTTON_WEIGHT_FONT
Depth of the text displaying on the button. |
static java.lang.String |
CONTROL_BACKGROUND_COLOR
|
static java.lang.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 java.lang.String |
DISABLED_TAB_STYLE_FONT
Style of the text displaying on the disabled tabs.Default value normal. |
static java.lang.String |
DISABLED_TAB_WEIGHT_FONT
Depth of the text displaying on the disabled tabs.Default value normal. |
static java.lang.String |
EXTENDED_STYLE_SHEET
used for define url with extended CSS file for current skin. |
static java.lang.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 java.lang.String |
GENERAL_LINK_COLOR
|
static java.lang.String |
GENERAL_SIZE_FONT
|
static java.lang.String |
GENERAL_STYLE_SHEET
used for define url with general CSS file for current skin. |
static java.lang.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 java.lang.String |
GRADIENT_TYPE
|
static java.lang.String |
HEAD_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 java.lang.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 java.lang.String |
HEADER_FAMILY_FONT
Font name for the displaying panels headers and top level of the ddmenu.Default value Arial, Verdana. |
static java.lang.String |
HEADER_GRADIENT_COLOR
|
static java.lang.String |
HEADER_SIZE_FONT
Font size for the displaying panels headers and top level of the ddmenu. |
static java.lang.String |
INTERFACE_LEVEL_3D
Parameter responsible for 3D Look of panels and buttons. |
static java.lang.String |
LOAD_STYLE_SHEETS
|
static java.lang.String |
OVER_ALL_BACKGROUND
|
static java.lang.String |
PANEL_RADIUS_CORNER
Rounding-off radius of the panels corners. |
static java.lang.String |
PANEL_TEXT_COLOR
|
static java.lang.String |
PREFERABLE_TAB_POSITION
defines the layout of the tabs in the panel. |
static java.lang.String |
PREFERABLE_TAB_TEXT_DIRECTION
text aligning in the tabs with the fixed tab length (hight). |
static java.lang.String |
PREFERABLE_TAB_TEXT_ORIENTATION
defines the variant of text writing. |
static java.lang.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 java.lang.String |
SELECT_CONTROL_COLOR
Color for selected checkbox or selectOneRadio. |
static java.lang.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 java.lang.String |
SHADOW_OPACITY
used for defining the seamlessness of the tip shadow. |
static java.lang.String |
TAB_FAMILY_FONT
Font name for displaying tab titles. |
static java.lang.String |
TAB_RADIUS_CORNER
Rounding-off radius of the tabs corners. |
static java.lang.String |
TAB_SIZE_FONT
Font size for displaying tab titles. |
static java.lang.String |
TAB_STYLE_FONT
Style of of the text displaying on the inactive (unselected) tabs. |
static java.lang.String |
TAB_WEIGHT_FONT
Depth of the text displaying on the inactive (unselected) tabs.Default value normal. |
static java.lang.String |
TABLE_BACKGROUND_COLOR
used for defining tables and controls background color. |
static java.lang.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. |
Method Summary | |
---|---|
boolean |
containsProperty(java.lang.String name)
|
java.lang.Integer |
getColorParameter(javax.faces.context.FacesContext context,
java.lang.String name)
Get value for configuration parameter & interpret it as color string. |
java.lang.Integer |
getColorParameter(javax.faces.context.FacesContext context,
java.lang.String name,
java.lang.Object defaultValue)
Get value for configuration parameter & interpret it as color string. |
java.lang.Integer |
getIntegerParameter(javax.faces.context.FacesContext context,
java.lang.String name)
|
java.lang.Integer |
getIntegerParameter(javax.faces.context.FacesContext context,
java.lang.String name,
java.lang.Object defaultValue)
|
java.lang.String |
getName()
|
java.lang.Object |
getParameter(javax.faces.context.FacesContext context,
java.lang.String name)
Get value for configuration parameter. |
java.lang.Object |
getParameter(javax.faces.context.FacesContext context,
java.lang.String name,
java.lang.Object defaultValue)
Get value for configuration parameter. |
int |
hashCode(javax.faces.context.FacesContext context)
Calculate unique ( as possible ) code to identity this skin instance. |
Field Detail |
---|
static final java.lang.String ACTIVETAB_STYLE_FONT
static final java.lang.String ACTIVETAB_WEIGHT_FONT
static final java.lang.String ADDITIONAL_BACKGROUND_COLOR
static final java.lang.String BASE_SKIN
static final java.lang.String BUTTON_FAMILY_FONT
static final java.lang.String BUTTON_RADIUS_CORNER
static final java.lang.String BUTTON_SIZE_FONT
static final java.lang.String BUTTON_STYLE_FONT
static final java.lang.String BUTTON_WEIGHT_FONT
static final java.lang.String CONTROL_BACKGROUND_COLOR
static final java.lang.String CONTROL_BORDER_COLOR
static final java.lang.String DISABLED_TAB_STYLE_FONT
static final java.lang.String DISABLED_TAB_WEIGHT_FONT
static final java.lang.String EXTENDED_STYLE_SHEET
static final java.lang.String GENERAL_BACKGROUND_COLOR
static final java.lang.String GENERAL_LINK_COLOR
static final java.lang.String GENERAL_SIZE_FONT
static final java.lang.String GENERAL_STYLE_SHEET
static final java.lang.String GENERAL_TEXT_COLOR
static final java.lang.String GRADIENT_TYPE
static final java.lang.String HEADER_BACKGROUND_COLOR
static final java.lang.String HEADER_FAMILY_FONT
static final java.lang.String HEADER_GRADIENT_COLOR
static final java.lang.String HEADER_SIZE_FONT
static final java.lang.String HEAD_TEXT_COLOR
static final java.lang.String INTERFACE_LEVEL_3D
static final java.lang.String LOAD_STYLE_SHEETS
static final java.lang.String OVER_ALL_BACKGROUND
static final java.lang.String PANEL_RADIUS_CORNER
static final java.lang.String PANEL_TEXT_COLOR
static final java.lang.String PREFERABLE_TAB_POSITION
static final java.lang.String PREFERABLE_TAB_TEXT_DIRECTION
static final java.lang.String PREFERABLE_TAB_TEXT_ORIENTATION
static final java.lang.String SELECT_BACKGROUND_COLOR
static final java.lang.String SELECT_CONTROL_COLOR
static final java.lang.String SHADOW_BACKGROUND_COLOR
static final java.lang.String SHADOW_OPACITY
static final java.lang.String TABLE_BACKGROUND_COLOR
static final java.lang.String TABLE_BORDER_COLOR
static final java.lang.String TAB_FAMILY_FONT
static final java.lang.String TAB_RADIUS_CORNER
static final java.lang.String TAB_SIZE_FONT
static final java.lang.String TAB_STYLE_FONT
static final java.lang.String TAB_WEIGHT_FONT
Method Detail |
---|
java.lang.Object getParameter(javax.faces.context.FacesContext context, java.lang.String name)
context
- -
FacesContext
for current request.name
- name of parameter.
java.lang.Object getParameter(javax.faces.context.FacesContext context, java.lang.String name, java.lang.Object defaultValue)
context
- -
FacesContext
for current request.name
- name of paremeter.defaultValue
- - default value if parameter not present in Skin
java.lang.Integer getColorParameter(javax.faces.context.FacesContext context, java.lang.String name)
context
- -
FacesContext
for current request.name
- name of parameter.
java.lang.Integer getColorParameter(javax.faces.context.FacesContext context, java.lang.String name, java.lang.Object defaultValue)
context
- -
FacesContext
for current request.name
- name of parameter.defaultValue
- - default value if parameter not present in Skin
java.lang.Integer getIntegerParameter(javax.faces.context.FacesContext context, java.lang.String name)
java.lang.Integer getIntegerParameter(javax.faces.context.FacesContext context, java.lang.String name, java.lang.Object defaultValue)
boolean containsProperty(java.lang.String name)
name
-
int hashCode(javax.faces.context.FacesContext context)
context
-
java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |