public class CalendarDataModelItemImpl extends Object implements org.richfaces.model.CalendarDataModelItem
| Constructor and Description |
|---|
CalendarDataModelItemImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData() |
int |
getDay() |
String |
getStyleClass() |
Object |
getToolTip() |
boolean |
hasToolTip() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setStyleClass(String styleClass) |
public boolean isEnabled()
isEnabled in interface org.richfaces.model.CalendarDataModelItempublic void setEnabled(boolean enabled)
enabled - the enabled to setpublic String getStyleClass()
getStyleClass in interface org.richfaces.model.CalendarDataModelItempublic void setStyleClass(String styleClass)
public Object getData()
getData in interface org.richfaces.model.CalendarDataModelItempublic boolean hasToolTip()
hasToolTip in interface org.richfaces.model.CalendarDataModelItempublic Object getToolTip()
getToolTip in interface org.richfaces.model.CalendarDataModelItempublic int getDay()
getDay in interface org.richfaces.model.CalendarDataModelItemCopyright © 2014 JBoss by Red Hat. All Rights Reserved.