|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The design model for the calendar control The design model holds information for rendering and the layout of the control.
Method Summary | |
java.lang.String |
getButtonAlt()
Returns the alt attribute for the calendar image |
java.lang.String |
getButtonTooltip()
Returns the tooltip for the calendar image |
java.lang.String |
getFormat()
Returns the date and time format mask |
java.lang.String |
getLayout()
|
CalendarMode |
getMode()
Returns the mode in which the user can invoke the calendar. |
boolean |
getShowButton()
Returns if Button for the PopUp should be displayed |
java.lang.String |
getShowFormat()
Returns the alignment for the mask if displayed |
void |
setButtonAlt(java.lang.String alt)
Sets the alt attribute for the calendar image |
void |
setButtonTooltip(java.lang.String tooltip)
Sets the tooltip for the calendar image |
void |
setFormat(java.lang.String format)
Sets the date and format mask like "yyyy.mm.dd HH.mm.ss" |
void |
setLayout(java.lang.String layout)
Sets the HTML-Layout which configures the Control |
void |
setMode(CalendarMode mode)
Sets the mode in which the user can invoke the calendar. |
void |
setShowButton(boolean show)
Shows the button behind the input field to open the calendar |
void |
setShowFormat(java.lang.String align)
Specifies if and where the mask should be displayed none (default) = displays no format mask right = displays the format mask behind the icon bottom = displays the format mask under the input field |
Methods inherited from interface com.cc.framework.ui.model.TextDesignModel |
filter, getConverter, getInputType, getMaxLength, getSize, getTooltip, setConverter, setFilter, setInputType, setMaxLength, setSize, setTooltip |
Methods inherited from interface com.cc.framework.ui.model.ControlDesignModel |
addDesignRule, getAction, getBorder, getDesignRules, getHeight, getHelp, getId, getLocaleName, getName, getProperty, getRunAt, getStyle, getStyleClass, getStyleId, getSummary, getTabIndex, getTransaction, getWidth, hasShadow, isDisabled, isDynamicDesignModel, isFormElement, setAction, setBorder, setDisabled, setDynamicDesignModel, setFormElement, setHeight, setHelp, setId, setLocaleName, setName, setPermission, setProperty, setRunAt, setShadow, setStyle, setStyleClass, setStyleId, setSummary, setTabIndex, setTransaction, setWidth |
Methods inherited from interface com.cc.framework.ui.model.ClientHandler |
getHandler, getHandlers, setHandler |
Methods inherited from interface com.cc.framework.ui.model.AccessControlled |
getPermission, show |
Methods inherited from interface com.cc.framework.ui.model.ActionBehavior |
isAjaxEnabled |
Methods inherited from interface com.cc.framework.ui.model.AjaxSupport |
enableAjax, isAjaxEnabled |
Method Detail |
public java.lang.String getLayout()
public void setLayout(java.lang.String layout)
layout
- URI of the HTML Layoutpublic java.lang.String getFormat()
public void setFormat(java.lang.String format)
format
- The date and time formatpublic void setShowFormat(java.lang.String align)
align
- Alignmentpublic java.lang.String getShowFormat()
public void setButtonTooltip(java.lang.String tooltip)
tooltip
- The tooltippublic java.lang.String getButtonTooltip()
public void setButtonAlt(java.lang.String alt)
alt
- The alt attribute if no image is displayedpublic java.lang.String getButtonAlt()
public void setShowButton(boolean show)
show
- The State: true
if the button should be
displayed; false
otherwisepublic boolean getShowButton()
true
if the button should be displayed;
false
otherwisepublic void setMode(CalendarMode mode)
mode
- The modepublic CalendarMode getMode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |