Interface UICustomViewKey


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String format()
      Returns a persistent identifier of a view key.
      boolean isHierarchical()
      Returns true if this key identifies a hierarchy view (either a customized or a default).
      boolean isModelDriven()
      Returns true if this key identifies a default view.
      boolean isTabular()
      Returns true if this key identifies a tabular view .
      boolean isTile()
      Returns true if this key identifies a tile view.
    • Method Detail

      • 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.