|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PanelComponentDefinition
Extended componentdefinition that shoudl be used bij panelComponents to provide GX WebManager with aditional information/configuration.
| Method Summary | |
|---|---|
char |
getAccessKey()
Returns the shortcut key for in the WebManager menu that can be used to open a panel. |
java.lang.String |
getDescription()
Returns the description of the panel. |
int |
getHeight()
Returns the default height of the panel. |
java.lang.String |
getName()
Returns the name of the panel that is shown in the WebManager menu. |
int |
getWidth()
Returns the default width of the panel. |
boolean |
isPopup()
Returns true if this panel is a popup screen that is not shown in the WebManager menu. |
boolean |
isResizable()
Returns true if the panel is resizable. |
| Methods inherited from interface nl.gx.webmanager.wcb.MenuItemComponentDefinition |
|---|
getMenuItemPermissions, getMenuTextMessageKey, getTargetMenu, getTargetMenuLocationAfter, getTargetMenuLocationBefore |
| Method Detail |
|---|
char getAccessKey()
java.lang.String getName()
getName in interface ComponentDefinitionjava.lang.String getDescription()
getDescription in interface ComponentDefinitionboolean isResizable()
int getWidth()
int getHeight()
boolean isPopup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||