echopoint.style.echo
Class AbstractButtonStyle
java.lang.Object
nextapp.echo.app.MutableStyle
echopoint.style.AbstractStyle
echopoint.style.echo.AbstractButtonStyle
- All Implemented Interfaces:
- Serializable, Style
public class AbstractButtonStyle
- extends AbstractStyle
The default style to associate with button components.
- Version:
- $Id: AbstractButtonStyle.java 208 2009-05-25 02:40:35Z sptrakesh $
- Author:
- Rakesh Vidyadharan 2009-05-24
- See Also:
- Serialized Form
|
Method Summary |
protected void |
init()
Mandatory style initialisation method to be implemented by all
sub-classes. |
| Methods inherited from class nextapp.echo.app.MutableStyle |
addStyleContent, getIndex, getIndexedProperty, getProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, set, setIndex, setIndexedProperty, setProperty, size, toString |
BORDER
public static final String BORDER
- The border colour to use for the button.
"#709bcd"
- See Also:
- Constant Field Values
ROLLOVER_BORDER
public static final String ROLLOVER_BORDER
- The rollover border colour to apply to the button.
"#bcd6f4"
- See Also:
- Constant Field Values
DISABLED_FOREGROUND
public static final String DISABLED_FOREGROUND
- The foreground colour to use when the button is disabled.
"#93bed5"
- See Also:
- Constant Field Values
AbstractButtonStyle
public AbstractButtonStyle()
init
protected void init()
- Mandatory style initialisation method to be implemented by all
sub-classes. The default implementation sets the default font to use.
Sub-classes should generally invoke
super.init().
- Overrides:
init in class AbstractStyle
- See Also:
DefaultFont,
AbstractStyle.setFont()