org.objectweb.telosys.screen.core
Class StandardScreenActionsList
java.lang.Object
org.objectweb.telosys.common.TelosysObject
org.objectweb.telosys.screen.core.StandardScreenActionsList
- public class StandardScreenActionsList
- extends TelosysObject
This class is the default implementation of the List Management Actions
Method Summary |
void |
actionListClear(ScreenContext screen,
ScreenRequest request,
ScreenResponse response)
|
void |
actionListInsertOrAdd(ScreenContext screen,
ScreenRequest request,
ScreenResponse response,
int iAction)
|
void |
actionListRemove(ScreenContext screen,
ScreenRequest request,
ScreenResponse response)
|
void |
actionListSelect(ScreenContext screen,
ScreenRequest request,
ScreenResponse response)
|
void |
actionListSort(ScreenContext screen,
ScreenRequest request,
ScreenResponse response)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_LIST_INSERT
public static final int ACTION_LIST_INSERT
- See Also:
- Constant Field Values
ACTION_LIST_ADD
public static final int ACTION_LIST_ADD
- See Also:
- Constant Field Values
VALUE_CURRENT_INDEX
public static final java.lang.String VALUE_CURRENT_INDEX
- See Also:
- Constant Field Values
VALUE_LIST_SIZE
public static final java.lang.String VALUE_LIST_SIZE
- See Also:
- Constant Field Values
StandardScreenActionsList
public StandardScreenActionsList()
actionListSelect
public void actionListSelect(ScreenContext screen,
ScreenRequest request,
ScreenResponse response)
throws TelosysException
- Throws:
TelosysException
actionListInsertOrAdd
public void actionListInsertOrAdd(ScreenContext screen,
ScreenRequest request,
ScreenResponse response,
int iAction)
throws TelosysException
- Throws:
TelosysException
actionListRemove
public void actionListRemove(ScreenContext screen,
ScreenRequest request,
ScreenResponse response)
throws TelosysException
- Throws:
TelosysException
actionListClear
public void actionListClear(ScreenContext screen,
ScreenRequest request,
ScreenResponse response)
throws TelosysException
- Throws:
TelosysException
actionListSort
public void actionListSort(ScreenContext screen,
ScreenRequest request,
ScreenResponse response)
throws TelosysException
- Throws:
TelosysException