public class DateFormulaPickerCell
extends <any>
Constructor and Description |
---|
DateFormulaPickerCell()
Creates a new date cell.
|
DateFormulaPickerCell(DateCellAppearance appearance)
Creates a new date cell.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addCollapseHandler(CollapseHandler handler) |
HandlerRegistration |
addExpandHandler(ExpandHandler handler) |
void |
collapse(Context context,
XElement parent) |
void |
expand(Context context,
XElement parent,
DateFormulaContainer value,
<any> valueUpdater) |
void |
finishEditing(Element parent,
DateFormulaContainer value,
java.lang.Object key,
<any> valueUpdater) |
DatePicker |
getDatePicker()
Returns the cell's date picker.
|
DwDateMenu |
getMenu() |
boolean |
isExpanded() |
void |
render(Context context,
DateFormulaContainer value,
JuelResultDto result,
SafeHtmlBuilder sb) |
void |
setMenu(DwDateMenu menu)
Sets the DateMenu instance to use in this cell when drawing a datepicker
|
void |
startEditFormula(java.lang.String formula) |
public DateFormulaPickerCell()
public DateFormulaPickerCell(DateCellAppearance appearance)
appearance
- the date cell appearancepublic HandlerRegistration addCollapseHandler(CollapseHandler handler)
public HandlerRegistration addExpandHandler(ExpandHandler handler)
public void render(Context context, DateFormulaContainer value, JuelResultDto result, SafeHtmlBuilder sb)
public void collapse(Context context, XElement parent)
public void expand(Context context, XElement parent, DateFormulaContainer value, <any> valueUpdater)
public DatePicker getDatePicker()
public void setMenu(DwDateMenu menu)
menu
- the menu instance to get the datepicker frompublic void finishEditing(Element parent, DateFormulaContainer value, java.lang.Object key, <any> valueUpdater)
public void startEditFormula(java.lang.String formula)
public DwDateMenu getMenu()
public boolean isExpanded()