|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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.ToggleCommand
org.springframework.richclient.samples.showcase.util.AbstractReporterForm.StateSynchronizingToggleCommand
public abstract static class AbstractReporterForm.StateSynchronizingToggleCommand
Field Summary |
---|
Fields inherited from class org.springframework.richclient.command.ToggleCommand |
---|
SELECTED_PROPERTY |
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 | |
---|---|
AbstractReporterForm.StateSynchronizingToggleCommand(String id)
|
Method Summary | |
---|---|
protected abstract void |
doOnDeselection()
|
protected abstract void |
doOnSelection()
|
protected void |
onDeselection()
Convenience hook method for processing a deselection action. |
protected void |
onSelection()
Convenience hook method for processing a selection action. |
void |
propertyChange(PropertyChangeEvent evt)
|
Methods inherited from class org.springframework.richclient.command.ToggleCommand |
---|
createButton, createCheckBox, createCheckBox, createCheckBox, createCheckBox, createMenuItem, createRadioButton, createRadioButton, createRadioButton, createRadioButton, doExecuteCommand, isExclusiveGroupMember, isSelected, onButtonAttached, onSelection, requestDefaultIn, requestSetSelection, setExclusiveController, setSelected |
Methods inherited from class org.springframework.richclient.command.ActionCommand |
---|
addCommandInterceptor, addParameter, execute, execute, getActionAdapter, getActionCommand, getModifiers, getParameter, getParameter, getParameters, isDisplaysInputDialog, 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 AbstractReporterForm.StateSynchronizingToggleCommand(String id)
Method Detail |
---|
protected final void onSelection()
ToggleCommand
onSelection
in class ToggleCommand
protected final void onDeselection()
ToggleCommand
onDeselection
in class ToggleCommand
protected abstract void doOnSelection()
protected abstract void doOnDeselection()
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |