Class DateTimeFormElement

java.lang.Object
com.foreach.across.modules.web.ui.elements.ContainerViewElement
com.foreach.across.modules.web.ui.elements.AbstractNodeViewElement
com.foreach.across.modules.bootstrapui.elements.InputGroupFormElement
com.foreach.across.modules.bootstrapui.elements.DateTimeFormElement
All Implemented Interfaces:
ConfigurablePlaceholderText, FormControlElement, FormControlElement.Proxy, FormInputElement, com.foreach.across.modules.web.ui.elements.HtmlViewElement, com.foreach.across.modules.web.ui.MutableViewElement, com.foreach.across.modules.web.ui.ViewElement

public class DateTimeFormElement extends InputGroupFormElement
Extension of an InputGroupFormElement that represents a date/time picker. By default this is an input group with a calendar icon after the control element, and a TextboxFormElement as control.
Author:
Arne Vandamme