com.sapportals.htmlb.event

Class TableNavigationEvent

java.lang.Object
  extended bycom.sapportals.htmlb.event.Event
      extended bycom.sapportals.htmlb.event.TableNavigationEvent

public class TableNavigationEvent
extends Event

Enter description here

Copyright 2004 SAP AG


Field Summary
static String EVENT_BOTTOM
           
static String EVENT_LINEDOWN
           
static String EVENT_LINEUP
           
static String EVENT_PAGEDOWN
           
static String EVENT_PAGEUP
           
static String EVENT_TOP
           
 
Constructor Summary
TableNavigationEvent()
           
 
Method Summary
 int getFirstVisibleRow()
           
 int getFirstVisibleRowAfter()
           
 int getLastVisibleRow()
           
 TableNavigationMode getNavigationMode()
           
 String getNavigationType()
           
 int getTableRowCount()
           
 int getVisibleRowCount()
           
static String renderEventCall(IPageContext pageContext, TableView tableView, String eventClass)
          INTERNAL USE ONLY.
protected  void setParams(String[] params)
          set the params from the HTML page.
 String toString()
           
 
Methods inherited from class com.sapportals.htmlb.event.Event
getAction, getComponentName, getModifierData, getParams, getParams, setAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EVENT_TOP

public static final String EVENT_TOP
See Also:
Constant Field Values

EVENT_PAGEUP

public static final String EVENT_PAGEUP
See Also:
Constant Field Values

EVENT_LINEUP

public static final String EVENT_LINEUP
See Also:
Constant Field Values

EVENT_LINEDOWN

public static final String EVENT_LINEDOWN
See Also:
Constant Field Values

EVENT_PAGEDOWN

public static final String EVENT_PAGEDOWN
See Also:
Constant Field Values

EVENT_BOTTOM

public static final String EVENT_BOTTOM
See Also:
Constant Field Values
Constructor Detail

TableNavigationEvent

public TableNavigationEvent()
Method Detail

getVisibleRowCount

public int getVisibleRowCount()

getFirstVisibleRow

public int getFirstVisibleRow()

getTableRowCount

public int getTableRowCount()

getNavigationType

public String getNavigationType()

getNavigationMode

public TableNavigationMode getNavigationMode()

getFirstVisibleRowAfter

public int getFirstVisibleRowAfter()

getLastVisibleRow

public int getLastVisibleRow()

setParams

protected void setParams(String[] params)
Description copied from class: Event
set the params from the HTML page. The actual content of these parameters depends on the exact nature of the event. Table related events might include row and column id. Thus each event class should be able to set its parameters using this generic method. This is the last method that is called by the EventManager to create an event object. If you use custom Events you must make sure this method is accessible for the EventManager. Additionally, Event classes should provide a method public static String renderEventCall(Component component); so that the rendering of the JavaScript call is in the same scope

Specified by:
setParams in class Event
Parameters:
params - the event parameters

renderEventCall

public static String renderEventCall(IPageContext pageContext,
                                     TableView tableView,
                                     String eventClass)
INTERNAL USE ONLY. This method is used by the rendering class to construct the JavaScript function call for this event.


toString

public String toString()
Overrides:
toString in class Event


Copyright 2006 SAP AG Complete Copyright Notice