Interface IFieldComponentDefinition
- All Superinterfaces:
IComponentDefinition,IContentDefinition,Serializable
Base interface for component definition
- Author:
- omenuel
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetEditable(boolean newValue) voidsetMandatory(boolean newValue) voidsetProperty(IProtocolSupport newValue) voidsetPropertytype(String newValue) Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.definitions.IContentDefinition
clone, clone, getName, getParentBlock, getValue, getValues, setValue
-
Method Details
-
getPropertytype
String getPropertytype() -
setPropertytype
-
getProperty
IProtocolSupport getProperty() -
setProperty
-
isEditable
boolean isEditable() -
setEditable
void setEditable(boolean newValue) -
isMandatory
boolean isMandatory() -
setMandatory
void setMandatory(boolean newValue)
-