public class DateValueEditor extends BaseEditor implements ValueEditor<String>
form, vStack| Constructor and Description |
|---|
DateValueEditor(Contents contents)
Creates this property editor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onConfirm(com.smartgwt.client.widgets.form.fields.events.ClickEvent event)
Executes action when 'OK' button clicked.
|
void |
setValue(JcrNode node,
String name,
String value)
Assigns value of the given property of the given node to the editor.
|
addMember, getValueEditor, hide, setControls, setHeight, setTop, setWidth, showModalpublic DateValueEditor(Contents contents)
contents - Contents view form.public void setValue(JcrNode node, String name, String value)
ValueEditorsetValue in interface ValueEditor<String>node - the node representationname - property namevalue - property valuepublic void onConfirm(com.smartgwt.client.widgets.form.fields.events.ClickEvent event)
BaseEditoronConfirm in class BaseEditorCopyright © 2008–2018 JBoss, a division of Red Hat. All rights reserved.