|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
C
- The type of UI component housing the object.public interface UIComponent<C>
An interface identifying an object housed within a UI component.
Method Summary | |
---|---|
C |
getComponent()
Gets the user interface component housing this object. |
Class<C> |
getComponentType()
Gets the type of the UI component housing the object. |
Method Detail |
---|
C getComponent()
Class<C> getComponentType()
This method is useful in case getComponent()
returns null in some
circumstances. In this way, it is still possible to query the type of the
UI component without forcing the conditions that instantiate it.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |