Interface UICustomViewKey


public interface UICustomViewKey
Provides information on custom view key.
Since:
6.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a persistent identifier of a view key.
    boolean
    Returns true if this key identifies a hierarchy view (either a customized or a default).
    boolean
    Returns true if this key identifies a default view.
    boolean
    Returns true if this key identifies a tabular view .
    boolean
    Returns true if this key identifies a tile view.
  • Method Details

    • format

      String format()
      Returns a persistent identifier of a view key.
      See Also:
    • isTabular

      boolean isTabular()
      Returns true if this key identifies a tabular view .
    • isHierarchical

      boolean isHierarchical()
      Returns true if this key identifies a hierarchy view (either a customized or a default).
    • isModelDriven

      boolean isModelDriven()
      Returns true if this key identifies a default view.
    • isTile

      boolean isTile()
      Returns true if this key identifies a tile view.