|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LySetTableInterface
Abstract access to a method. Hides the specific implementation of the view (win, swing, html...) A value, and may have its value set.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Method Summary | |
---|---|
void |
addRow(LyRow row)
Adds the given row at the end of the current table. |
void |
addRow(LyRow row,
int idx)
Adds the given row at the given position in the current table. |
void |
freezeColumn(int idx)
Freezes the column at the given index in the view. |
void |
hideRow(int idx,
boolean hide)
Hides or show the row at the given index. |
void |
removeRow(int idx)
Removes the row at the given index from the current table. |
void |
removeRow(LyRow row)
Removes the given row from the current table. |
void |
selectAll(boolean select,
boolean updateView)
Selects or unselects all objects of the table. |
void |
selectRow(int idx,
boolean select)
Selects or unselects the row at the given index of the table. |
void |
selectRow(LyRow row,
boolean select)
Selects or unselects the specified row in the table. |
void |
showRow(int idx)
Scrolls to make visible to the user the row at the given index . |
void |
swapRows(int idx1,
int idx2)
Swaps the rows at the specified indexes. |
void |
updateRow(LyRow row)
Updates the given row. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
void addRow(LyRow row)
row
- the row to addvoid addRow(LyRow row, int idx)
row
- the row to addidx
- the position where the row has to be addedvoid removeRow(LyRow row)
row
- the row to removevoid removeRow(int idx)
idx
- the index of the row to removevoid swapRows(int idx1, int idx2)
idx1
- the position of the first row to swapidx2
- the position of the second row to swapvoid selectRow(LyRow row, boolean select)
row
- the row to select or unselectselect
- true if the row has to be selected, false otherwisevoid selectRow(int idx, boolean select)
idx
- index of the row to select or unselectselect
- true if the row has to be selected, false otherwisevoid selectAll(boolean select, boolean updateView)
select
- true if all objects have to be selected, false otherwiseupdateView
- indicates if the view must be updated or not.void showRow(int idx)
idx
- the index of the row to showvoid hideRow(int idx, boolean hide)
idx
- the index of the row to show or hidehide
- indicates if the row has to be shown or hidedvoid freezeColumn(int idx)
idx
- the index of the column to freezevoid updateRow(LyRow row)
row
- the row to update
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |