Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2

org.richfaces.demo.calendar.model
Class CalendarModelItem

java.lang.Object
  extended by org.richfaces.demo.calendar.model.CalendarModelItem
All Implemented Interfaces:
org.richfaces.model.CalendarDataModelItem

public class CalendarModelItem
extends java.lang.Object
implements org.richfaces.model.CalendarDataModelItem


Constructor Summary
CalendarModelItem()
           
 
Method Summary
 java.lang.Object getData()
           
 int getDay()
           
 java.lang.String getStyleClass()
           
 java.lang.Object getToolTip()
           
 boolean hasToolTip()
           
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 void setStyleClass(java.lang.String styleClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarModelItem

public CalendarModelItem()
Method Detail

setEnabled

public void setEnabled(boolean enabled)

setStyleClass

public void setStyleClass(java.lang.String styleClass)

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface org.richfaces.model.CalendarDataModelItem

getStyleClass

public java.lang.String getStyleClass()
Specified by:
getStyleClass in interface org.richfaces.model.CalendarDataModelItem

getData

public java.lang.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 java.lang.Object getToolTip()
Specified by:
getToolTip in interface org.richfaces.model.CalendarDataModelItem

getDay

public int getDay()
Specified by:
getDay in interface org.richfaces.model.CalendarDataModelItem

Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.