Class JsTreeMoveItem

java.lang.Object
sk.iway.iwcm.admin.jstree.JsTreeMoveItem

public class JsTreeMoveItem extends Object
  • Constructor Details

    • JsTreeMoveItem

      public JsTreeMoveItem()
  • Method Details

    • getIdInt

      public int getIdInt()
    • getId

      public String getId()
      ID pre web stranky
    • getUrl

      public String getUrl()
      URL pre galeriu
    • getOldParent

      public String getOldParent()
      Povodny rodic
    • getParent

      public String getParent()
      Novy rodic
    • getOldPosition

      public int getOldPosition()
      Povodna pozicia
    • getPosition

      public int getPosition()
      Nova pozicia
    • getNode

      public JsTreeItem getNode()
      Upraveny item JS, ak potrebujeme povodne vrateny, tento objekt obsahuje original
    • getSkipFoldersConst

      public String getSkipFoldersConst()
      Name of constant that holds paths of folders, that should be skipped/hidden (not showed in tree)
    • isHideRootParents

      public boolean isHideRootParents()
      Hide parents of root folder in tree. in case we want see only from root down. By default false, so all parents are shown. This way we can see where in full tree we are.
    • getRootFolder

      public String getRootFolder()
      Root PERMITTED folder for tree, everthynig above will be disabled but showed.
    • setId

      public void setId(String id)
      ID pre web stranky
    • setUrl

      public void setUrl(String url)
      URL pre galeriu
    • setOldParent

      public void setOldParent(String oldParent)
      Povodny rodic
    • setParent

      public void setParent(String parent)
      Novy rodic
    • setOldPosition

      public void setOldPosition(int oldPosition)
      Povodna pozicia
    • setPosition

      public void setPosition(int position)
      Nova pozicia
    • setNode

      public void setNode(JsTreeItem node)
      Upraveny item JS, ak potrebujeme povodne vrateny, tento objekt obsahuje original
    • setSkipFoldersConst

      public void setSkipFoldersConst(String skipFoldersConst)
      Name of constant that holds paths of folders, that should be skipped/hidden (not showed in tree)
    • setHideRootParents

      public void setHideRootParents(boolean hideRootParents)
      Hide parents of root folder in tree. in case we want see only from root down. By default false, so all parents are shown. This way we can see where in full tree we are.
    • setRootFolder

      public void setRootFolder(String rootFolder)
      Root PERMITTED folder for tree, everthynig above will be disabled but showed.