Class DataCollectionTreeProperties
java.lang.Object
overit.geocallapp.wfm.core.ux.common.treemodel.UXTreeModelProperties
overit.geocallapp.wfm.core.ux.datacollection.tree.DataCollectionTreeProperties
The Class that defines the data collection tree properties.
- Since:
- 12.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether the property is mandatory.booleanChecks if the property is read only.voidsetMandatory(boolean mandatory) Sets whether the property is mandatory.voidsetReadOnly(boolean readOnly) Sets if the property is read only.Methods inherited from class overit.geocallapp.wfm.core.ux.common.treemodel.UXTreeModelProperties
getColor, getIconPath, isExpanded, isSelected, isVisible, setColor, setExpanded, setIconPath, setSelected, setVisible
-
Constructor Details
-
DataCollectionTreeProperties
public DataCollectionTreeProperties()
-
-
Method Details
-
isReadOnly
public boolean isReadOnly()Checks if the property is read only.- Returns:
- true, if is read only
-
setReadOnly
public void setReadOnly(boolean readOnly) Sets if the property is read only.- Parameters:
readOnly- the read only
-
isMandatory
public boolean isMandatory()Checks whether the property is mandatory.- Returns:
- true, if is mandatory
-
setMandatory
public void setMandatory(boolean mandatory) Sets whether the property is mandatory.- Parameters:
mandatory- the mandatory
-