org.objectweb.telosys.screen.core
Class StandardScreenActionsList

java.lang.Object
  extended byorg.objectweb.telosys.common.TelosysObject
      extended byorg.objectweb.telosys.screen.core.StandardScreenActionsList

public class StandardScreenActionsList
extends TelosysObject

This class is the default implementation of the List Management Actions


Field Summary
static int ACTION_LIST_ADD
           
static int ACTION_LIST_INSERT
           
static java.lang.String VALUE_CURRENT_INDEX
           
static java.lang.String VALUE_LIST_SIZE
           
 
Constructor Summary
StandardScreenActionsList()
           
 
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 org.objectweb.telosys.common.TelosysObject
error, error, error, getFlagTrace, info, setFlagTrace, trace, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

StandardScreenActionsList

public StandardScreenActionsList()
Method Detail

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