Interface Box
- All Superinterfaces:
Component
,LabeledComponent
- All Known Subinterfaces:
HorizontalBox
,VerticalBox
- All Known Implementing Classes:
AbstractBox
,BoxWrapper
,HorizontalBoxImpl
,HorizontalBoxWrapper
,VerticalBoxImpl
,VerticalBoxWrapper
Deprecated.
A Set is a way to group all kinds of Components, so they can be
titeled.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.components.Component
Component.ComponentFilter, Component.DataNavigationType, Component.DisplayType, Component.Position
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.components.LabeledComponent
LabeledComponent.UseLabel
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.void
setLabeled
(boolean labeled) Deprecated.If the box has to have a label or not.Methods inherited from interface ch.tocco.nice2.model.form.api.components.Component
addComponent, addComponent, collectDataParts, collectDataParts, createCopy, createCopy, find, findByName, findByType, findFirst, findFirstByName, getAttributeProps, getChild, getChildren, getDataNavigationType, getDisplayType, getEventHandler, getExtProps, getForm, getName, getParent, getParentOrEx, getPosition, getRelativeToPositionName, getScopes, getType, hasParent, isForceEditable, isLeaf, isReplace, overrideParent, removeComponent, replaceComponent, replaceComponent, setAttributeProps, setChildren, setDisplayType, setEventHandler, setExtProps, setForceEditable, setName, setPosition, setRelativeToPositionName, setReplace, setScopes, wrap
Methods inherited from interface ch.tocco.nice2.model.form.api.components.LabeledComponent
getLabel, getUseLabel, setLabel, setUseLabel
-
Method Details
-
setLabeled
void setLabeled(boolean labeled) Deprecated.If the box has to have a label or not. The label is marked as required when set to true- Parameters:
labeled
- true: labeled / false: unlabeled
-
isLabeled
boolean isLabeled()Deprecated.
-