Class QualificationDetailTreeModel.QualificationTreeNode
java.lang.Object
ch.tocco.nice2.netui.api.tree.TreeNode
ch.tocco.nice2.optional.qualification.impl.action.tree.QualificationDetailTreeModel.QualificationTreeNode
- Enclosing class:
QualificationDetailTreeModel
-
Constructor Summary
ConstructorDescriptionQualificationTreeNode
(String id, String text, String type, boolean selectable) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
void
setHiddenNode
(String hiddenNode) void
setInputType
(String inputType) void
setMandatory
(String mandatory) void
setNumRatings
(String numRatings) void
setRounding
(BigDecimal rounding) void
setSorting
(int sorting) void
setVisibleInReport
(String visibleInReport) void
setWeight
(BigDecimal weight) Methods inherited from class ch.tocco.nice2.netui.api.tree.TreeNode
addAttribute, addChild, getAllowDrop, getAttributes, getChildren, getCls, getId, getPath, getText, getType, isDraggable, isExpandable, isExpanded, isLeaf, setAllowDrop, setChildren, setCls, setDraggable, setExpandable, setExpanded, setId, setLeaf, setPath, setText, setType
-
Constructor Details
-
QualificationTreeNode
-
-
Method Details
-
isSelectable
public boolean isSelectable() -
getRounding
-
getWeight
-
getInputType
-
getSorting
public int getSorting() -
getHiddenNode
-
getMandatory
-
setRounding
-
setWeight
-
setInputType
-
setSorting
public void setSorting(int sorting) -
setHiddenNode
-
setMandatory
-
getNumRatings
-
setNumRatings
-
getVisibleInReport
-
setVisibleInReport
-