echopoint.style.echo.extras
Class CalendarSelectStyle
java.lang.Object
nextapp.echo.app.MutableStyle
echopoint.style.AbstractStyle
echopoint.style.echo.extras.CalendarSelectStyle
- All Implemented Interfaces:
- Serializable, Style
public class CalendarSelectStyle
- extends AbstractStyle
The default style class for use with CalendarSelect
components.
- Version:
- $Id: CalendarSelectStyle.java 210 2009-05-28 02:06:26Z sptrakesh $
- Author:
- Rakesh Vidyadharan 2009-05-26
- See Also:
- Serialized Form
Method Summary |
protected void |
init()
Mandatory style initialisation method to be implemented by all
sub-classes. |
protected void |
setDateStyles()
Set the styles for the date cells. |
protected void |
setGeneralStyles()
Set general styles for the component. |
protected void |
setSelectedDateStyles()
Set the styles for the selected date cell. |
Methods inherited from class nextapp.echo.app.MutableStyle |
addStyleContent, getIndex, getIndexedProperty, getProperty, getPropertyIndices, getPropertyNames, isIndexedPropertySet, isPropertySet, removeIndexedProperty, removeProperty, set, setIndex, setIndexedProperty, setProperty, size, toString |
CalendarSelectStyle
public CalendarSelectStyle()
init
protected void init()
- Description copied from class:
AbstractStyle
- 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()
setGeneralStyles
protected void setGeneralStyles()
- Set general styles for the component.
setDateStyles
protected void setDateStyles()
- Set the styles for the date cells.
setSelectedDateStyles
protected void setSelectedDateStyles()
- Set the styles for the selected date cell.