Class ListViewHelper.ListViewInfo

java.lang.Object
de.hybris.platform.cockpit.model.listview.ListViewHelper.ListViewInfo
Enclosing class:
ListViewHelper

public static class ListViewHelper.ListViewInfo extends Object
Holds list view creation information.
  • Constructor Details

    • ListViewInfo

      public ListViewInfo()
  • Method Details

    • setChanged

      protected void setChanged(boolean changed)
      Parameters:
      changed - the changed to set
    • isChanged

      public boolean isChanged()
      Returns:
      the changed
    • setListView

      protected void setListView(UIListView listView)
      Parameters:
      listView - the listView to set
    • getListView

      public UIListView getListView()
      Returns:
      the listView
    • setRootType

      protected void setRootType(ObjectTemplate rootType)
      Parameters:
      rootType - the rootType to set
    • getRootType

      public ObjectTemplate getRootType()
      Returns:
      the rootType
    • setInlineCreationEnabled

      protected void setInlineCreationEnabled(boolean enabled)
    • isInlineCreationEnabled

      public boolean isInlineCreationEnabled()