|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Item
Implementors of this interface represents a visual component in the Pluggable UI context
Field Summary | |
---|---|
static java.lang.String |
rcs_id
|
Method Summary | |
---|---|
java.util.Collection |
getChildren()
Get (optionally cached) collection of child items - equivalent to getChildren(false) |
java.util.Collection |
getChildren(boolean refresh)
Get (optionally cached) collection of child items |
java.util.List |
getCommands()
Get list of commands available for the current object |
Command |
getDefaultCommand()
|
java.lang.String |
getImageURL()
Get URL of icon to be used for rendering of item. |
Item |
getItem()
|
java.util.Locale |
getLocale()
Get Locale |
java.lang.String |
getName()
Get localized name of item |
boolean |
hasChildren()
|
boolean |
mayHaveChildren()
Check whether this node may have children |
Field Detail |
---|
static final java.lang.String rcs_id
Method Detail |
---|
java.lang.String getName() throws java.lang.Exception
java.lang.Exception
java.lang.String getImageURL() throws java.lang.Exception
java.lang.Exception
java.util.List getCommands()
Command getDefaultCommand()
java.util.Locale getLocale()
Item getItem()
boolean mayHaveChildren()
boolean hasChildren() throws java.lang.Exception
java.lang.Exception
java.util.Collection getChildren() throws java.lang.Exception
java.lang.Exception
java.util.Collection getChildren(boolean refresh) throws java.lang.Exception
refresh
- if true, recomputation of child nodes is enforced
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |