Interface IsShowRootJunction
-
- All Known Subinterfaces:
SheetTagDeclaration
,TreeTagDeclaration
public interface IsShowRootJunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setShowRootJunction(String showRootJunction)
Only applicable in the case that the data model is a tree.
-
-
-
Method Detail
-
setShowRootJunction
void setShowRootJunction(String showRootJunction)
Only applicable in the case that the data model is a tree. This flag indicates that the root node should be displayed with an open-close-switch.
-
-