|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.binding.value.support.AbstractPropertyChangePublisher
org.springframework.richclient.command.AbstractCommand
org.springframework.richclient.command.ActionCommand
org.springframework.richclient.command.support.ApplicationWindowAwareCommand
org.springframework.richclient.command.support.AbstractWidgetCommand
org.springframework.richclient.command.support.WidgetDialogCommand
public class WidgetDialogCommand
Widget Dialog Command shows a specific widget in a dialog.
Field Summary |
---|
Fields inherited from class org.springframework.richclient.command.ActionCommand |
---|
ACTION_COMMAND_PARAMETER_KEY, ACTION_COMMAND_PROPERTY, ACTION_EVENT_PARAMETER_KEY, MODIFIERS_PARAMETER_KEY |
Fields inherited from class org.springframework.richclient.command.AbstractCommand |
---|
ENABLED_PROPERTY_NAME, VISIBLE_PROPERTY_NAME |
Fields inherited from class org.springframework.binding.value.support.AbstractPropertyChangePublisher |
---|
logger |
Fields inherited from interface org.springframework.richclient.core.Authorizable |
---|
AUTHORIZED_PROPERTY |
Constructor Summary | |
---|---|
WidgetDialogCommand()
|
|
WidgetDialogCommand(String id)
|
Method Summary | |
---|---|
protected ApplicationDialog |
createDialog()
|
protected void |
doExecuteCommand()
|
Component |
getParent()
|
void |
setParent(Component dialogParent)
|
Methods inherited from class org.springframework.richclient.command.support.AbstractWidgetCommand |
---|
getApplicationContext, getWidget, getWidgetBeanId, getWidgetComponent, setApplicationContext, setWidget, setWidgetBeanId |
Methods inherited from class org.springframework.richclient.command.support.ApplicationWindowAwareCommand |
---|
getApplicationWindow, getParentWindowControl, setApplicationWindow |
Methods inherited from class org.springframework.richclient.command.ActionCommand |
---|
addCommandInterceptor, addParameter, execute, execute, getActionAdapter, getActionCommand, getModifiers, getParameter, getParameter, getParameters, isAltDown, isControlDown, isDisplaysInputDialog, isMetaDown, isShiftDown, onButtonAttached, onPostExecute, onPreExecute, removeCommandInterceptor, setActionCommand, setDefaultButton, setDefaultButtonIn, setDisplaysInputDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WidgetDialogCommand()
public WidgetDialogCommand(String id)
Method Detail |
---|
protected void doExecuteCommand()
doExecuteCommand
in class ActionCommand
protected ApplicationDialog createDialog()
public Component getParent()
public void setParent(Component dialogParent)
dialogParent
- The parent of the dialog for preservation of hierarchy and correct modality.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |