Class ListViewHelper.ListViewInfo

  • Enclosing class:
    ListViewHelper

    public static class ListViewHelper.ListViewInfo
    extends java.lang.Object
    Holds list view creation information.
    • Constructor Detail

      • ListViewInfo

        public ListViewInfo()
    • Method Detail

      • 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()