|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Panel
The Panel annotation allows the definition of a custom panel for a
module.
| Required Element Summary | |
|---|---|
java.lang.Class<? extends PropertyPanel> |
value
Returns the parent class. |
| Element Detail |
|---|
public abstract java.lang.Class<? extends PropertyPanel> value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||