static IOrgnode |
IOrgnodeCtrl.from(Orgnode instance) |
|
IOrgnode<IAnyGroup> |
IOrgitem.getOrgnode() |
Returns the Orgnode that this Orgitem owns, or null if doesn't have any child.
|
static <I extends IAnyGroup> IOrgnode<I> |
IOrgnode.of(I... children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IOrgnode<I> |
IOrgnode.of(java.lang.Iterable<? extends I> children) |
Returns the instance with the given any group children.
|
static <I extends IAnyGroup> IOrgnode<I> |
IOrgnode.of(java.lang.String label) |
Returns the instance with the given label.
|
static <I extends IAnyGroup> IOrgnode<I> |
IOrgnode.of(java.lang.String label,
java.lang.String image) |
Returns the instance with the given label and image.
|
static <I extends IAnyGroup> IOrgnode<I> |
IOrgnode.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static <I extends IAnyGroup> IOrgnode<I> |
IOrgnode.ofImage(java.lang.String image) |
Returns the instance with the given image
|