<abstract> new Theme()
Members
-
<static> DEFAULT_CLASS :string
-
Default theme class name
Type:
- string
Methods
-
<abstract> getAlert( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
Alert UI settings for current theme and selected class if any
-
<abstract> getBubble( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
-
<abstract> getButton( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
Button UI settings for current theme and selected class if any
-
<abstract> getCheckBox( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
CheckBox UI settings for current theme and selected class if any
-
<abstract> getDatePicker( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
Datepicker UI settings for current theme and selected class if any
-
<abstract> getDropDown( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
DropDown UI settings for current theme and selected class if any
-
<abstract> getForEach( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
-
<abstract> getGrid( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
Grid UI settings for current theme and selected class if any
-
<abstract> getInputPopup( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
Input popup settings for current theme and selected class if any
-
<abstract> getIntervalSlider( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
IntervalSlider UI settings for current theme and selected class if any
-
<abstract> getLabel( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
Label UI settings for current theme and selected class if any
-
<abstract> getListForEachLayout( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
-
<abstract> getPopupPanel( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
PopupPanel UI settings for current theme and selected class if any
-
<abstract> getRectangle( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
Button UI settings for current theme and selected class if any
-
<abstract> getRootElement( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
RootElement UI settings for current theme and selected class if any
-
<abstract> getTabPanel( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
TabPanel UI settings for current theme and selected class if any
-
<abstract> getTextArea( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
TextArea UI settings for current theme and selected class if any
-
<abstract> getTextField( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
TextField UI settings for current theme and selected class if any
-
<protected> getTheme(prefix, themeConstructor, themeClass [, classesCallback])
-
Parameters:
Name Type Argument Description prefix
string Prefix of the component (e.g. datepicker => "datepicker"). Please use the constants defined on each theme object (e.g. olympe.ui.std.theme.DatePicker.NAME)
themeConstructor
function themeClass
olympe.df.POString | string classesCallback
function <optional>
Returns:
-
<abstract> getToolTip( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
-
<abstract> getWindowComponent( [themeClass])
-
Parameters:
Name Type Argument Description themeClass
olympe.df.POString | string <optional>
Returns:
Window component settings for current theme and selected class if any