org.richfaces.demo
Class CalendarDataModelItemImpl
java.lang.Object
org.richfaces.demo.CalendarDataModelItemImpl
- All Implemented Interfaces:
- org.richfaces.model.CalendarDataModelItem
public class CalendarDataModelItemImpl
- extends Object
- implements org.richfaces.model.CalendarDataModelItem
- Author:
- Nick Belaevski - mailto:nbelaevski@exadel.com created 04.07.2007
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarDataModelItemImpl
public CalendarDataModelItemImpl()
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface org.richfaces.model.CalendarDataModelItem
setEnabled
public void setEnabled(boolean enabled)
- Parameters:
enabled - the enabled to set
getStyleClass
public String getStyleClass()
- Specified by:
getStyleClass in interface org.richfaces.model.CalendarDataModelItem
setStyleClass
public void setStyleClass(String styleClass)
getData
public Object getData()
- Specified by:
getData in interface org.richfaces.model.CalendarDataModelItem
hasToolTip
public boolean hasToolTip()
- Specified by:
hasToolTip in interface org.richfaces.model.CalendarDataModelItem
getToolTip
public Object getToolTip()
- Specified by:
getToolTip in interface org.richfaces.model.CalendarDataModelItem
getDay
public int getDay()
- Specified by:
getDay in interface org.richfaces.model.CalendarDataModelItem
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.