public static class ModelFormField.RangeFindField extends ModelFormField.TextField
widget-form.xsd
CHECK, CONTAINER, DATE_TIME, DATEQBE, DISPLAY, DISPLAY_ENTITY, DROP_DOWN, FILE, FORM, GRID, HIDDEN, HYPERLINK, IGNORED, IMAGE, LOOKUP, MENU, module, PASSWORD, RADIO, RANGEQBE, RESET, SCREEN, SOURCE_AUTO_ENTITY, SOURCE_AUTO_SERVICE, SOURCE_EXPLICIT, SUBMIT, TEXT, TEXTAREA, TEXTQBE
Constructor and Description |
---|
RangeFindField(Element element,
ModelFormField modelFormField) |
RangeFindField(int fieldSource,
int size,
ModelFormField modelFormField) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ModelFieldVisitor visitor) |
FieldInfo |
copy(ModelFormField modelFormField)
Returns a new instance of this object.
|
String |
getDefaultOptionFrom() |
String |
getDefaultOptionThru() |
void |
renderFieldString(Appendable writer,
Map<String,Object> context,
FormStringRenderer formStringRenderer) |
getClientAutocompleteField, getDefaultValue, getDefaultValue, getDisabled, getMask, getMaxlength, getPlaceholder, getPlaceholder, getReadonly, getSize, getSubHyperlink
findFieldTypeFromName, getFieldSource, getFieldType, getModelFormField, isInputFieldType, toString
public RangeFindField(Element element, ModelFormField modelFormField)
public RangeFindField(int fieldSource, int size, ModelFormField modelFormField)
public void accept(ModelFieldVisitor visitor) throws Exception
accept
in class ModelFormField.TextField
Exception
public FieldInfo copy(ModelFormField modelFormField)
FieldInfo
copy
in class ModelFormField.TextField
public String getDefaultOptionFrom()
public String getDefaultOptionThru()
public void renderFieldString(Appendable writer, Map<String,Object> context, FormStringRenderer formStringRenderer) throws IOException
renderFieldString
in class ModelFormField.TextField
IOException