org.olat.core.gui.components.table
Class TableEvent
java.lang.Object
org.olat.core.gui.control.Event
org.olat.core.gui.components.table.TableEvent
- All Implemented Interfaces:
- java.io.Serializable
public class TableEvent
- extends Event
Description:
- Author:
- Felix Jost
- See Also:
- Serialized Form
|
Constructor Summary |
TableEvent(java.lang.String command,
int rowId,
java.lang.String actionId)
|
| Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, wait, wait, wait |
TableEvent
public TableEvent(java.lang.String command,
int rowId,
java.lang.String actionId)
- Parameters:
command - rowId - actionId -
getActionId
public java.lang.String getActionId()
- Returns:
- String
getRowId
public int getRowId()
- Returns:
- int
toString
public java.lang.String toString()
- Overrides:
toString in class Event
- See Also:
Object.toString()