|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.businessobjects.jsf.sdk.properties.MonthlyProps
Contains properties for specifying which recurring date options to display in the Schedule component.
| Constructor Summary | |
MonthlyProps()
|
|
| Method Summary | |
boolean |
isShowDayOfMonth()
Indicates whether to display the recurring day of month option. |
boolean |
isShowDayOfWeek()
Indicates whether to display the recurring day of week option. |
boolean |
isShowLastDayOfMonth()
Indicates whether to display the recurring last day of month option. |
boolean |
isShowMonthlyInterval()
Indicates whether to display the monthly interval scheduling option. |
void |
setShowDayOfMonth(boolean showDayOfMonth)
Sets whether to display the recurring day of month option. |
void |
setShowDayOfWeek(boolean showDayOfWeek)
Sets whether to display the recurring day of week option. |
void |
setShowLastDayOfMonth(boolean showLastDayOfMonth)
Sets a value indicating whether to display the recurring last day of month option. |
void |
setShowMonthlyInterval(boolean showMonthlyInterval)
Sets whether to display the monthly interval scheduling option. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MonthlyProps()
| Method Detail |
public boolean isShowDayOfMonth()
boolean that is true if the recurring monthly day option is displayed, otherwise false. The default value is true.public void setShowDayOfMonth(boolean showDayOfMonth)
showDayOfMonth - a boolean that is true if the recurring monthly day option is displayed, otherwise false. The default value is true.public boolean isShowDayOfWeek()
boolean that is true if the recurring weekly day option is displayed, otherwise, false. The default value is true.public void setShowDayOfWeek(boolean showDayOfWeek)
showDayOfWeek - a boolean value that is true if the recurring weekly day option is displayed, otherwise, false. The default value is true.public boolean isShowLastDayOfMonth()
boolean that is true if the scheduling option should be displayed, otherwise false.public void setShowLastDayOfMonth(boolean showLastDayOfMonth)
showLastDayOfMonth - a boolean value that is true if the scheduling option should be displayed, otherwise false.public boolean isShowMonthlyInterval()
boolean that is true if the scheduling option should be displayed, otherwise false.public void setShowMonthlyInterval(boolean showMonthlyInterval)
showMonthlyInterval - a boolean value that is true if the scheduling option should be displayed, otherwise false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||