public class DrawInputFieldUtils
extends java.lang.Object
| Constructor and Description |
|---|
DrawInputFieldUtils() |
| Modifier and Type | Method and Description |
|---|---|
static HtmlInput |
buildInputForDate(CommonStorageField commonStorageField,
java.lang.String value,
Theme theme) |
static HtmlInput |
buildInputForText(CommonStorageField commonStorageField,
java.lang.String value,
Theme theme) |
static HtmlInput |
buildInputForTime(CommonStorageField commonStorageField,
java.lang.String value,
Theme theme) |
static HtmlInput |
buildInputForView(CommonStorageField commonStorageField,
java.lang.String value,
Theme theme) |
public static HtmlInput buildInputForText(CommonStorageField commonStorageField, java.lang.String value, Theme theme)
public static HtmlInput buildInputForView(CommonStorageField commonStorageField, java.lang.String value, Theme theme)
public static HtmlInput buildInputForDate(CommonStorageField commonStorageField, java.lang.String value, Theme theme)
public static HtmlInput buildInputForTime(CommonStorageField commonStorageField, java.lang.String value, Theme theme)