|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.actionprovider.commands.MapFilterSelectionsCommand
public class MapFilterSelectionsCommand
This class implements the map's filter selections command.
| Field Summary | |
|---|---|
protected boolean |
contentsChanged
|
protected java.util.HashMap |
eventInfo
|
protected java.lang.Object |
eventSource
|
protected boolean |
filterEnabled
|
| Fields inherited from interface com.sas.actionprovider.CommandStatusInterface |
|---|
DISABLED, ENABLED, IS_CURRENT_STATE_DISABLED, MODEL_MEMBER_DISABLED, MODEL_STATE_DISABLED, MODEL_TYPE_DISABLED |
| Fields inherited from interface com.sas.commands.DynamicAttributeCommandInterface |
|---|
COMMAND_NAME_PREFIX |
| Constructor Summary | |
|---|---|
MapFilterSelectionsCommand(java.lang.String name)
Constructor that accepts a command name |
|
| Method Summary | |
|---|---|
void |
execute(java.lang.Object o)
This method implements the execute method on the CommandInterface, which is not implemented by the abstract Base classes. |
int |
getCommandStatus(ActionSupportFilter filter)
Returns a int value indicating whether the command is enabled for the given area as specified by the current area information encapsulate in the ActionSupportFilter. |
java.util.HashMap |
getEventInfo()
Returns a Map of event keys to event values. |
java.lang.Object |
getEventSource()
Returns the target of this command which is the implicit source of the Event that will be fired due to the changed state of the target. |
java.lang.Object |
getMapViewer()
|
boolean |
isContentsChanged()
Return a boolean indicating whether the operation carried out during the command's last execution caused the command's target object to change. |
boolean |
isSupported(ActionSupportFilter actionFilter)
Deprecated. Use getCommandStatus(). |
void |
setFilterEnabled(boolean b)
|
void |
setMapViewer(java.lang.Object mapViewer)
|
| Methods inherited from class com.sas.commands.BaseCommand |
|---|
getLocale, getName, getNextCommandName, getText, isExecutable, isUndoable, setLocale, setName, setText, undo |
| Methods inherited from class com.sas.entities.BaseEntity |
|---|
clone, containsAttributeNamed, equals, equals, getAttribute, getAttribute, getAttributeCount, getAttributes, getEntityKey, getPropertyDescriptors, getStringAttribute, listAttributeNames, removeAllAttributes, removeAttribute, reset, sameEntity, setAttribute, setAttributes, setEntityKey, toString |
| Methods inherited from interface com.sas.entities.BaseEntityValueInterface |
|---|
getAttribute, setAttribute |
| Methods inherited from interface com.sas.util.Command |
|---|
clone |
| Field Detail |
|---|
protected java.util.HashMap eventInfo
protected boolean contentsChanged
protected java.lang.Object eventSource
protected boolean filterEnabled
| Constructor Detail |
|---|
public MapFilterSelectionsCommand(java.lang.String name)
name - command name| Method Detail |
|---|
public void execute(java.lang.Object o)
execute in interface com.sas.util.SimpleCommandexecute in class BaseCommando - currently ignoredpublic boolean isSupported(ActionSupportFilter actionFilter)
actionFilter - The object that describes the current area.
public int getCommandStatus(ActionSupportFilter filter)
getCommandStatus in interface CommandStatusInterfacefilter - The ActionSupportFilter that encapsulates all the necessary
information to describe the current area.
BaseAction.setReturnStatus(int)public java.lang.Object getMapViewer()
public void setMapViewer(java.lang.Object mapViewer)
mapViewer - The mapViewer to set.public boolean isContentsChanged()
ContentsChangedInterface
isContentsChanged in interface ContentsChangedInterfacepublic java.util.HashMap getEventInfo()
ContentsChangedInterfaceThe keys and values on the map are dependent on the command and the type of target object that it operates on.
getEventInfo in interface ContentsChangedInterfacepublic java.lang.Object getEventSource()
ContentsChangedInterface
getEventSource in interface ContentsChangedInterfacepublic void setFilterEnabled(boolean b)
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||