|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.wcb.foundation.ComponentDefinitionImpl
nl.gx.webmanager.wcb.foundation.MenuItemComponentDefinitionImpl
nl.gx.webmanager.wcb.paneltype.impl.PanelComponentDefinitionImpl
public class PanelComponentDefinitionImpl
This class implements additional properties for panels to the default componentdefinition.
| Field Summary |
|---|
| Fields inherited from class nl.gx.webmanager.wcb.foundation.ComponentDefinitionImpl |
|---|
LOG |
| Constructor Summary | |
|---|---|
PanelComponentDefinitionImpl(boolean isLicensed)
Creates a new PanelComponentDefinitionImpl instance. |
|
| Method Summary | |
|---|---|
char |
getAccessKey()
Returns the shortcut key for in the WebManager menu that can be used to open a panel. |
int |
getHeight()
Returns the default height of the panel. |
Permission[] |
getMenuItemPermissions()
Return the permissions each one of them granting the right to open the panel |
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. |
void |
setAccessKey(char accessKey)
basic setter |
void |
setHeight(int height)
basic setter |
void |
setPopup(boolean popup)
basic setter |
void |
setResizable(boolean resizable)
basic setter |
void |
setWidth(int width)
basic setter |
| Methods inherited from class nl.gx.webmanager.wcb.foundation.MenuItemComponentDefinitionImpl |
|---|
getMenuTextMessageKey, getTargetMenu, getTargetMenuLocationAfter, getTargetMenuLocationBefore, setMenuTextMessageKey, setTargetMenu, setTargetMenuLocationAfter, setTargetMenuLocationBefore |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.gx.webmanager.wcb.paneltype.PanelComponentDefinition |
|---|
getDescription, getName |
| Methods inherited from interface nl.gx.webmanager.wcb.MenuItemComponentDefinition |
|---|
getMenuTextMessageKey, getTargetMenu, getTargetMenuLocationAfter, getTargetMenuLocationBefore |
| Constructor Detail |
|---|
public PanelComponentDefinitionImpl(boolean isLicensed)
PanelComponentDefinitionImpl instance.
isLicensed - Indicates whether the PanelComponent requires a license.| Method Detail |
|---|
public char getAccessKey()
PanelComponentDefinition
getAccessKey in interface PanelComponentDefinitionpublic void setAccessKey(char accessKey)
accessKey - public int getHeight()
PanelComponentDefinition
getHeight in interface PanelComponentDefinitionpublic void setHeight(int height)
height - public boolean isPopup()
PanelComponentDefinition
isPopup in interface PanelComponentDefinitionpublic void setPopup(boolean popup)
popup - public boolean isResizable()
PanelComponentDefinition
isResizable in interface PanelComponentDefinitionpublic void setResizable(boolean resizable)
resizable - public int getWidth()
PanelComponentDefinition
getWidth in interface PanelComponentDefinitionpublic void setWidth(int width)
width - public Permission[] getMenuItemPermissions()
getMenuItemPermissions in interface MenuItemComponentDefinition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||