|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPanel
com.vaadin.client.ui.VScrollTable.TableFooter
public class VScrollTable.TableFooter
The footer of the table which can be seen in the bottom of the Table.
| Constructor Summary | |
|---|---|
VScrollTable.TableFooter()
|
|
| Method Summary | |
|---|---|
void |
clear()
|
void |
disableBrowserIntelligence()
Disable browser measurement of the table width |
void |
enableBrowserIntelligence()
Enable browser measurement of the table width |
void |
enableColumn(java.lang.String cid,
int index)
Enable a column (Sets the footer cell) |
VScrollTable.FooterCell |
getFooterCell(int index)
Gets a footer cell by using a column index |
VScrollTable.FooterCell |
getFooterCell(java.lang.String cid)
Gets a footer cell which represents the given columnId |
java.util.Iterator<Widget> |
iterator()
|
void |
moveCell(int oldIndex,
int newIndex)
Swap cells when the column are dragged |
boolean |
remove(Widget w)
|
void |
removeCell(java.lang.String colKey)
Remove a cell by using the columnId |
void |
setFooterCell(int index,
VScrollTable.FooterCell cell)
Set a footer cell for a specified column index |
void |
setHorizontalScrollPosition(int scrollLeft)
Set the horizontal position in the cell in the footer. |
void |
updateCellsFromUIDL(UIDL uidl)
Updates the cells contents when updateUIDL request is received |
protected void |
updateStyleNames(java.lang.String primaryStyleName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VScrollTable.TableFooter()
| Method Detail |
|---|
protected void updateStyleNames(java.lang.String primaryStyleName)
public void clear()
public boolean remove(Widget w)
public java.util.Iterator<Widget> iterator()
public VScrollTable.FooterCell getFooterCell(java.lang.String cid)
cid - The columnId
public VScrollTable.FooterCell getFooterCell(int index)
index - The index of the column
public void updateCellsFromUIDL(UIDL uidl)
uidl - The UIDL
public void setFooterCell(int index,
VScrollTable.FooterCell cell)
index - The indexcell - The footer cellpublic void removeCell(java.lang.String colKey)
colKey - The columnId to remove
public void enableColumn(java.lang.String cid,
int index)
cid - The columnIdindex - The index of the columnpublic void disableBrowserIntelligence()
public void enableBrowserIntelligence()
public void setHorizontalScrollPosition(int scrollLeft)
scrollLeft - The value of the leftScroll
public void moveCell(int oldIndex,
int newIndex)
oldIndex - The old index of the cellnewIndex - The new index of the cell
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||