|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.commands.relational.GotoColumnCommand
public class GotoColumnCommand
This class implements scrolling to a given column command.
| Field Summary |
|---|
| Fields inherited from interface com.sas.commands.DynamicAttributeCommandInterface |
|---|
COMMAND_NAME_PREFIX |
| Constructor Summary | |
|---|---|
GotoColumnCommand()
Default constructor |
|
GotoColumnCommand(java.lang.String name)
Constructor that accepts a command name |
|
GotoColumnCommand(java.lang.String name,
java.lang.String actionClass)
Constructor that accepts a command name and an action class type |
|
| Method Summary | |
|---|---|
int |
getGotoColumn()
Gets the value of the goto column field. |
boolean |
isSupported(ActionSupportFilter actionFilter)
Returns a boolean indicating whether the command is supported for the area specified on the ActionSupportFilter argument. |
void |
scrollExecute(java.lang.Object out)
This method is called by the execute() method on the BaseScrollCommand. |
void |
setGotoColumn(int column)
Sets the value of the goto column field. |
| Methods inherited from class com.sas.commands.relational.BaseScrollCommand |
|---|
execute, getModel, setModel |
| 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 |
| Constructor Detail |
|---|
public GotoColumnCommand()
public GotoColumnCommand(java.lang.String name)
name - the name of this command
public GotoColumnCommand(java.lang.String name,
java.lang.String actionClass)
name - the name of this commandactionClass - the name of the action class for this command| Method Detail |
|---|
public void setGotoColumn(int column)
column - the value of the goto column fieldpublic int getGotoColumn()
public void scrollExecute(java.lang.Object out)
scrollExecute in class BaseScrollCommandout - The output stream to which the results of this command should be written.public boolean isSupported(ActionSupportFilter actionFilter)
isSupported in interface CommandSupportedInterfaceisSupported in class BaseScrollCommandactionFilter - The object that describes the current area.
BaseAction.setReturnStatus(int)
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||