|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITable
Platform and technology independent Table definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
JTable| Method Summary | |
|---|---|
ICellFormatter |
getCellFormatter()
Gets the cell formatter. |
IDataBook |
getDataBook()
Returns the DataBook displayed by this control. |
TranslationMap |
getTranslation()
Gets the translation for this table. |
boolean |
isAutoResize()
Gets true, if the ITable is in auto resize mode. |
boolean |
isShowHorizontalLines()
Gets if showing the vertical lines or not. |
boolean |
isShowSelection()
Gets if showing the selection or not. |
boolean |
isShowVerticalLines()
Gets if showing the vertical lines or not. |
boolean |
isSortOnHeaderEnabled()
Gets true, if it is possible sorting the data by clicking on the header. |
boolean |
isTableHeaderVisible()
Gets the visibility of the table header. |
void |
setAutoResize(boolean pAutoResize)
Sets true, if the ITable is in auto resize mode. |
void |
setCellFormatter(ICellFormatter pCellFormatter)
Sets the cell formatter. |
void |
setCellFormatter(Object pCellFormatter,
String pMethodName)
Sets the cell formatter. |
void |
setDataBook(IDataBook pDataBook)
Sets the DataBook displayed by this control. |
void |
setShowHorizontalLines(boolean pShowHorizontalLines)
Sets if showing the vertical lines or not. |
void |
setShowSelection(boolean pShowSelection)
Sets if showing the selection or not. |
void |
setShowVerticalLines(boolean pShowVerticalLines)
Sets if showing the vertical lines or not. |
void |
setSortOnHeaderEnabled(boolean pSortOnHeaderEnabled)
Set true, if it should possible sorting the data by clicking on the header. |
void |
setTableHeaderVisible(boolean pTableHeaderVisible)
Sets the visibility of the table header. |
void |
setTranslation(TranslationMap pTranslation)
Sets the translation for this table. |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Methods inherited from interface javax.rad.model.ui.IControl |
|---|
cancelEditing, notifyRepaint, saveEditing |
| Method Detail |
|---|
IDataBook getDataBook()
setDataBook(javax.rad.model.IDataBook)void setDataBook(IDataBook pDataBook)
pDataBook - the DataBookgetDataBook()boolean isAutoResize()
void setAutoResize(boolean pAutoResize)
pAutoResize - true, if the ITable is in auto resize mode.boolean isTableHeaderVisible()
void setTableHeaderVisible(boolean pTableHeaderVisible)
pTableHeaderVisible - the visibility of the table header.boolean isSortOnHeaderEnabled()
void setSortOnHeaderEnabled(boolean pSortOnHeaderEnabled)
pSortOnHeaderEnabled - true, if it is possible sorting the data by clicking on the header.ICellFormatter getCellFormatter()
void setCellFormatter(ICellFormatter pCellFormatter)
pCellFormatter - the cell formatter.
void setCellFormatter(Object pCellFormatter,
String pMethodName)
pCellFormatter - the cell formatter.pMethodName - the method name.void setTranslation(TranslationMap pTranslation)
setTranslation in interface IControlpTranslation - the translation mappingTranslationMap getTranslation()
getTranslation in interface IControlboolean isShowSelection()
void setShowSelection(boolean pShowSelection)
pShowSelection - showing the selection or not.boolean isShowVerticalLines()
void setShowVerticalLines(boolean pShowVerticalLines)
pShowVerticalLines - showing the vertical lines or not.boolean isShowHorizontalLines()
void setShowHorizontalLines(boolean pShowHorizontalLines)
pShowHorizontalLines - showing the vertical lines or not.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||