com.sybase.uep.bobclient.actions
Class TabAction
java.lang.Object
com.sybase.uep.bobclient.actions.Action
com.sybase.uep.bobclient.actions.TabAction
- All Implemented Interfaces:
- IBOBAction, java.lang.Runnable
public class TabAction
- extends Action
This is the tab action class
Used to switch to different tabs on the tab layout manager
- Author:
- tdang
- See Also:
Action
Method Summary |
void |
run()
(non-Javadoc) |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAB_ACTION_TYPE_PREVIOUS
public static final int TAB_ACTION_TYPE_PREVIOUS
- See Also:
- Constant Field Values
TAB_ACTION_TYPE_NEXT
public static final int TAB_ACTION_TYPE_NEXT
- See Also:
- Constant Field Values
TAB_ACTION_TYPE_INDEX
public static final int TAB_ACTION_TYPE_INDEX
- See Also:
- Constant Field Values
TabAction
public TabAction(TabLayoutManager tabControl,
int type,
java.lang.String[] relationshipList)
- Create an tab action
- Parameters:
tabControl
- TabLayoutManager
controltype
- int
value of the tab type.
Values can be TAB_ACTION_TYPE_PREVIOUS
, TAB_ACTION_TYPE_NEXT
, or TAB_ACTION_TYPE_INDEX
relationshipList
- String
array list of the relationship information
TabAction
public TabAction(TabLayoutManager tabControl,
int type,
int tabIndex,
java.lang.String[] relationshipList)
- Create an tab action
- Parameters:
tabControl
- TabLayoutManager
controltype
- int
value of the tab type.
Values can be TAB_ACTION_TYPE_PREVIOUS
, TAB_ACTION_TYPE_NEXT
, or TAB_ACTION_TYPE_INDEX
tabIndex
- int
value of the table index.
If type is of TAB_ACTION_TYPE_INDEX
then it's required to have the tab index supplied.relationshipList
- String
array list of the relationship information
run
public void run()
- (non-Javadoc)
- See Also:
Runnable.run()