-
public final class GridNodeHighlightConfigConfigurations for Persistent Grid Highlight
-
-
Field Summary
Fields Modifier and Type Field Description private final GridHighlightConfiggridHighlightConfigprivate final IntegernodeId
-
Constructor Summary
Constructors Constructor Description GridNodeHighlightConfig(GridHighlightConfig gridHighlightConfig, Integer nodeId)
-
Method Summary
Modifier and Type Method Description final GridHighlightConfigcomponent1()final Integercomponent2()final GridNodeHighlightConfigcopy(GridHighlightConfig gridHighlightConfig, Integer nodeId)final GridHighlightConfiggetGridHighlightConfig()A descriptor for the highlight appearance. final IntegergetNodeId()Identifier of the node to highlight. -
-
Constructor Detail
-
GridNodeHighlightConfig
GridNodeHighlightConfig(GridHighlightConfig gridHighlightConfig, Integer nodeId)
-
-
Method Detail
-
component1
final GridHighlightConfig component1()
-
component2
final Integer component2()
-
copy
final GridNodeHighlightConfig copy(GridHighlightConfig gridHighlightConfig, Integer nodeId)
-
getGridHighlightConfig
final GridHighlightConfig getGridHighlightConfig()
A descriptor for the highlight appearance.
-
-
-
-