Class DsAttrPathUiHandler
java.lang.Object
org.qubership.atp.dataset.model.utils.AbstractDsUiHandler
org.qubership.atp.dataset.model.utils.DsAttrPathUiHandler
- All Implemented Interfaces:
TraverseHandler<DataSet,,Attribute> TraverseVisitor<DataSet,Attribute>
-
Field Summary
Fields inherited from class org.qubership.atp.dataset.model.utils.AbstractDsUiHandler
curAttr, curDs, curDsl, dslDepth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidattributeStarts(Attribute attr) getChildren(DataSetList item) protected voidNot invoked for leafs.protected voidNot invoked for leafs.Methods inherited from class org.qubership.atp.dataset.model.utils.AbstractDsUiHandler
backToPreviousParent, dslEnds, dslStarts, forwardToNewParent, getChildren, getChildren, goBackFromDsl, goForwardUnderDsl, notifyChildrenProcessed, notifyItemEnds, notifyItemStarts, notifyProcessingChildren
-
Constructor Details
-
DsAttrPathUiHandler
-
-
Method Details
-
getAttribute
-
goBackFromAttribute
protected void goBackFromAttribute()Description copied from class:AbstractDsUiHandlerNot invoked for leafs.- Overrides:
goBackFromAttributein classAbstractDsUiHandler
-
attributeStarts
- Overrides:
attributeStartsin classAbstractDsUiHandler
-
getChildren
- Overrides:
getChildrenin classAbstractDsUiHandler
-
goForwardUnderAttribute
protected void goForwardUnderAttribute()Description copied from class:AbstractDsUiHandlerNot invoked for leafs.- Overrides:
goForwardUnderAttributein classAbstractDsUiHandler
-
attributeEnds
protected void attributeEnds()- Overrides:
attributeEndsin classAbstractDsUiHandler
-