org.richfaces.demo.calendar.model
Class CalendarModelItem
java.lang.Object
org.richfaces.demo.calendar.model.CalendarModelItem
- All Implemented Interfaces:
- org.richfaces.model.CalendarDataModelItem
public class CalendarModelItem
- extends Object
- implements org.richfaces.model.CalendarDataModelItem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarModelItem
public CalendarModelItem()
setEnabled
public void setEnabled(boolean enabled)
setStyleClass
public void setStyleClass(String styleClass)
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface org.richfaces.model.CalendarDataModelItem
getStyleClass
public String getStyleClass()
- Specified by:
getStyleClass in interface org.richfaces.model.CalendarDataModelItem
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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.