public interface NavigationItemI
extends javax.swing.tree.MutableTreeNode
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
static final java.lang.String $0
NavigationItemI getParentItem()
NavigationItemI[] getAllSubtreeItems()
boolean canBeCopied()
boolean canBeCopiedInto(ParentNavigationItemI _niDst)
void copy(ParentNavigationItemI _niDst, Transaction _tx)
boolean canBeMoved()
boolean canBeMovedInto(ParentNavigationItemI _niDst)
void move(ParentNavigationItemI _niDst, Transaction _tx)
boolean canBeLinked()
boolean canBeLinkedInto(ParentNavigationItemI _niDst)
void link(ParentNavigationItemI _niDst, Transaction _tx)
boolean canBeDeleted()
void delete(Transaction _tx)
boolean canBeOpened()
void open()
int openCount()
boolean canBeRenamed()
void rename(java.lang.String _name, Transaction _tx)
java.lang.String getName()
boolean canProvideInfo()
void info()
int infoCount()
boolean canEditOriginal()
void editOriginal()
int editOriginalCount()
boolean addFolderAllowed()
default boolean hasChildAssociatedWithBO(BO bo)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.