public interface IMultipleListInputDefinition extends IFieldComponentDefinition
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalParameters() |
String |
getAdditionalParametersNodes() |
String |
getFormula() |
int |
getMaxItemsToSelect() |
int |
getMinItemsToSelect() |
IProtocolSupport |
getProperty() |
String |
getPropertytype() |
int |
getTabindex() |
String |
getTemporarypropertyname() |
boolean |
isEditable() |
boolean |
isMandatory() |
boolean |
isSortAlphabetically() |
boolean |
isThrowEvents() |
void |
setAdditionalParameters(String newValue) |
void |
setAdditionalParametersNodes(String newValue) |
void |
setEditable(boolean newValue) |
void |
setFormula(String newValue) |
void |
setMandatory(boolean newValue) |
void |
setMaxItemsToSelect(int newValue) |
void |
setMinItemsToSelect(int newValue) |
void |
setProperty(IProtocolSupport newValue) |
void |
setPropertytype(String newValue) |
void |
setSortAlphabetically(boolean newValue) |
void |
setTabindex(int newValue) |
void |
setTemporarypropertyname(String newValue) |
void |
setThrowEvents(boolean newValue) |
clone, clone, getName, getParentBlock, getValue, getValues, setValue
String getPropertytype()
getPropertytype
in interface IFieldComponentDefinition
void setPropertytype(String newValue)
setPropertytype
in interface IFieldComponentDefinition
IProtocolSupport getProperty()
getProperty
in interface IFieldComponentDefinition
void setProperty(IProtocolSupport newValue)
setProperty
in interface IFieldComponentDefinition
String getTemporarypropertyname()
void setTemporarypropertyname(String newValue)
boolean isEditable()
isEditable
in interface IFieldComponentDefinition
void setEditable(boolean newValue)
setEditable
in interface IFieldComponentDefinition
boolean isMandatory()
isMandatory
in interface IFieldComponentDefinition
void setMandatory(boolean newValue)
setMandatory
in interface IFieldComponentDefinition
String getFormula()
void setFormula(String newValue)
boolean isSortAlphabetically()
void setSortAlphabetically(boolean newValue)
int getMinItemsToSelect()
void setMinItemsToSelect(int newValue)
int getMaxItemsToSelect()
void setMaxItemsToSelect(int newValue)
int getTabindex()
void setTabindex(int newValue)
boolean isThrowEvents()
void setThrowEvents(boolean newValue)
String getAdditionalParameters()
void setAdditionalParameters(String newValue)
String getAdditionalParametersNodes()
void setAdditionalParametersNodes(String newValue)
Copyright © 2019 Visiativ Software. All rights reserved.