Package com.orchestranetworks.ui.view
Interface UICustomViewKey
public interface UICustomViewKey
Provides information on custom view key.
- Since:
- 6.1.0
-
Method Summary
Modifier and TypeMethodDescriptionformat()Returns a persistent identifier of a view key.booleanReturnstrueif this key identifies a hierarchy view (either a customized or a default).booleanReturnstrueif this key identifies a default view.booleanReturnstrueif this key identifies a tabular view .booleanisTile()Returnstrueif this key identifies a tile view.
-
Method Details
-
format
String format()Returns a persistent identifier of a view key.- See Also:
-
isTabular
boolean isTabular()Returnstrueif this key identifies a tabular view . -
isHierarchical
boolean isHierarchical()Returnstrueif this key identifies a hierarchy view (either a customized or a default). -
isModelDriven
boolean isModelDriven()Returnstrueif this key identifies a default view. -
isTile
boolean isTile()Returnstrueif this key identifies a tile view.
-