public class CERangeField extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CEField.CEFieldType |
| Constructor and Description |
|---|
CERangeField(String htmlParameterName,
String name,
String label,
String tooltip,
CEField.CEFieldType type,
boolean multiple,
boolean key,
Integer from,
Integer to) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFrom() |
String |
getHtmlParameterName() |
String |
getLabel() |
String |
getLabelOrName() |
String |
getName() |
Integer |
getTo() |
String |
getTooltip() |
CEField.CEFieldType |
getType() |
boolean |
isExtra() |
boolean |
isKey() |
boolean |
isMultiple() |
boolean |
isReadOnly() |
void |
setExtra(boolean extra) |
void |
setReadOnly(boolean readOnly) |
public Integer getFrom()
public Integer getTo()
public CEField.CEFieldType getType()
public boolean isKey()
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public boolean isExtra()
public void setExtra(boolean extra)
public String getLabelOrName()
public String getHtmlParameterName()
public String getName()
public String getLabel()
public String getTooltip()
public boolean isMultiple()
Copyright © 2020 Open Foris. All rights reserved.