javax.rad.model.ui
Interface ITableControl

All Superinterfaces:
IControl, ITranslatable
All Known Subinterfaces:
IChart, ITable
All Known Implementing Classes:
JVxChart, JVxTable, SwingChart, SwingTable, UIChart, UITable

public interface ITableControl
extends IControl

The ITableControl is an IControl that displays the current page of an IDataBook.


Method Summary
 IDataBook getDataBook()
          Returns the DataBook displayed by this control.
 void setDataBook(IDataBook pDataBook)
          Sets the DataBook displayed by this control.
 void startEditing()
          Informs the GUI control, that the editor should be opened.
 
Methods inherited from interface javax.rad.model.ui.IControl
cancelEditing, notifyRepaint, saveEditing
 
Methods inherited from interface javax.rad.model.ui.ITranslatable
getTranslation, setTranslation
 

Method Detail

getDataBook

IDataBook getDataBook()
Returns the DataBook displayed by this control.

Returns:
the DataBook.
See Also:
setDataBook(javax.rad.model.IDataBook)

setDataBook

void setDataBook(IDataBook pDataBook)
Sets the DataBook displayed by this control.

Parameters:
pDataBook - the DataBook
See Also:
getDataBook()

startEditing

void startEditing()
Informs the GUI control, that the editor should be opened.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.