Package sk.iway.iwcm.admin.jstree
Class JsTreeMoveItem
java.lang.Object
sk.iway.iwcm.admin.jstree.JsTreeMoveItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
ID pre web strankyint
getIdInt()
getNode()
Upraveny item JS, ak potrebujeme povodne vrateny, tento objekt obsahuje originalPovodny rodicint
Povodna poziciaNovy rodicint
Nova poziciaRoot PERMITTED folder for tree, everthynig above will be disabled but showed.Name of constant that holds paths of folders, that should be skipped (not showed in tree)getUrl()
URL pre galeriuvoid
ID pre web strankyvoid
setNode
(JsTreeItem node) Upraveny item JS, ak potrebujeme povodne vrateny, tento objekt obsahuje originalvoid
setOldParent
(String oldParent) Povodny rodicvoid
setOldPosition
(int oldPosition) Povodna poziciavoid
Novy rodicvoid
setPosition
(int position) Nova poziciavoid
setRootFolder
(String rootFolder) Root PERMITTED folder for tree, everthynig above will be disabled but showed.void
setSkipFoldersConst
(String skipFoldersConst) Name of constant that holds paths of folders, that should be skipped (not showed in tree)void
URL pre galeriu
-
Constructor Details
-
JsTreeMoveItem
public JsTreeMoveItem()
-
-
Method Details
-
getIdInt
public int getIdInt() -
getId
ID pre web stranky -
getUrl
URL pre galeriu -
getOldParent
Povodny rodic -
getParent
Novy rodic -
getOldPosition
public int getOldPosition()Povodna pozicia -
getPosition
public int getPosition()Nova pozicia -
getNode
Upraveny item JS, ak potrebujeme povodne vrateny, tento objekt obsahuje original -
getSkipFoldersConst
Name of constant that holds paths of folders, that should be skipped (not showed in tree) -
getRootFolder
Root PERMITTED folder for tree, everthynig above will be disabled but showed. -
setId
ID pre web stranky -
setUrl
URL pre galeriu -
setOldParent
Povodny rodic -
setParent
Novy rodic -
setOldPosition
public void setOldPosition(int oldPosition) Povodna pozicia -
setPosition
public void setPosition(int position) Nova pozicia -
setNode
Upraveny item JS, ak potrebujeme povodne vrateny, tento objekt obsahuje original -
setSkipFoldersConst
Name of constant that holds paths of folders, that should be skipped (not showed in tree) -
setRootFolder
Root PERMITTED folder for tree, everthynig above will be disabled but showed.
-