|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectWidget
com.vaadin.client.ui.VScrollTable.FooterCell
public class VScrollTable.FooterCell
A cell in the footer
| Constructor Summary | |
|---|---|
VScrollTable.FooterCell(java.lang.String colId,
java.lang.String headerText)
|
|
| Method Summary | |
|---|---|
char |
getAlign()
Get the alignment of the text int the cell |
java.lang.String |
getColKey()
Returns the column key of the column |
float |
getExpandRatio()
Returns the expand ratio of the cell |
int |
getNaturalColumnWidth(int columnIndex)
Detects the natural minimum width for the column of this header cell. |
int |
getWidth()
Returns the pixels width of the footer cell. |
protected void |
handleCaptionEvent(Event event)
Handles a event on the captions |
boolean |
isDefinedWidth()
Detects if width is fixed by developer on server side or resized to current width by user. |
boolean |
isEnabled()
Is the cell enabled? |
void |
onBrowserEvent(Event event)
Handle column clicking |
protected void |
saveNaturalColumnWidthIfNotSaved(int columnIndex)
Saves natural column width if it hasn't been saved already. |
void |
setAlign(char c)
Set alignment of the text in the cell |
void |
setExpandRatio(float floatAttribute)
Sets the expand ratio of the cell |
void |
setNaturalMinimumColumnWidth(int w)
|
void |
setText(java.lang.String footerText)
Sets the text of the footer |
void |
setUndefinedWidth()
Sets the width to undefined |
void |
setWidth(int w,
boolean ensureDefinedWidth)
Sets the width of the cell. |
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.FooterCell(java.lang.String colId,
java.lang.String headerText)
| Method Detail |
|---|
protected void updateStyleNames(java.lang.String primaryStyleName)
public void setText(java.lang.String footerText)
footerText - The text in the footerpublic void setAlign(char c)
c - The alignment which can be ALIGN_CENTER, ALIGN_LEFT,
ALIGN_RIGHTpublic char getAlign()
public void setWidth(int w,
boolean ensureDefinedWidth)
VScrollTable.VScrollTableBody.getMaxIndent().
w - The width of the cellensureDefinedWidth - Ensures that the given width is not recalculatedpublic void setUndefinedWidth()
public boolean isDefinedWidth()
public int getWidth()
public void setExpandRatio(float floatAttribute)
floatAttribute - The expand ratiopublic float getExpandRatio()
public boolean isEnabled()
public void onBrowserEvent(Event event)
protected void handleCaptionEvent(Event event)
event - The event to handlepublic java.lang.String getColKey()
protected void saveNaturalColumnWidthIfNotSaved(int columnIndex)
columnIndex - public int getNaturalColumnWidth(int columnIndex)
columnIndex - column index hint, if -1 (unknown) it will be detected
public void setNaturalMinimumColumnWidth(int w)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||