|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo.app.MutableStyleSheet
echopoint.style.echo.EchoStyleSheet
echopoint.style.echo.extras.ExtrasStyleSheet
public class ExtrasStyleSheet
A style sheet that includes default styles for Echo Extras components.
Constructor Summary | |
---|---|
ExtrasStyleSheet()
|
Method Summary | |
---|---|
protected void |
addAccordionPaneStyles()
Add default styles for AccordionPane . |
protected void |
addCalendarSelectStyles()
Add default styles for CalendarSelect . |
protected void |
addContextMenuStyles()
Add default styles for ContextMenu . |
protected void |
addMenuBarPaneStyles()
Add default styles for MenuBarPane . |
protected void |
addTabPaneStyles()
Add default styles for TabPane . |
protected void |
init()
Initialises the default styles for the various components. |
Methods inherited from class echopoint.style.echo.EchoStyleSheet |
---|
addButtonStyles, addListStyles, addTextComponentStyles, addWindowPaneStyles |
Methods inherited from class nextapp.echo.app.MutableStyleSheet |
---|
addStyle, addStyleSheet, getComponentTypes, getStyle, getStyleNames |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtrasStyleSheet()
Method Detail |
---|
protected void init()
super.init()
)
to add additional styles. Alternatively, sub-classes may over-ride the
various component style setting methods as appropriate.
init
in class EchoStyleSheet
protected void addAccordionPaneStyles()
AccordionPane
.
protected void addCalendarSelectStyles()
CalendarSelect
.
protected void addMenuBarPaneStyles()
MenuBarPane
.
protected void addContextMenuStyles()
ContextMenu
.
protected void addTabPaneStyles()
TabPane
.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |