public class CEEnumeratingCodeField extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CEField.CEFieldType |
| Constructor and Description |
|---|
CEEnumeratingCodeField(String htmlParameterName,
String name,
String label,
String tooltip,
boolean multiple,
CEField.CEFieldType type,
boolean key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHtmlParameterName() |
String |
getLabel() |
String |
getLabelOrName() |
String |
getName() |
String |
getTooltip() |
CEField.CEFieldType |
getType() |
boolean |
isExtra() |
boolean |
isKey() |
boolean |
isMultiple() |
boolean |
isReadOnly() |
void |
setExtra(boolean extra) |
void |
setReadOnly(boolean readOnly) |
public CEEnumeratingCodeField(String htmlParameterName, String name, String label, String tooltip, boolean multiple, CEField.CEFieldType type, boolean key)
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 © 2022 Open Foris. All rights reserved.