|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
com.vaadin.ui.Table.ColumnCollapseEvent
public static class Table.ColumnCollapseEvent
This event is fired when the collapse state of a column changes.
| Field Summary | |
|---|---|
static java.lang.reflect.Method |
METHOD
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
Table.ColumnCollapseEvent(Component source,
java.lang.Object propertyId)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
getPropertyId()
Gets the id of the column whose collapse state changed |
| Methods inherited from class com.vaadin.ui.Component.Event |
|---|
getComponent |
| Methods inherited from class com.vaadin.event.ConnectorEvent |
|---|
getConnector |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.reflect.Method METHOD
| Constructor Detail |
|---|
public Table.ColumnCollapseEvent(Component source,
java.lang.Object propertyId)
source - The source of the eventpropertyId - The id of the column| Method Detail |
|---|
public java.lang.Object getPropertyId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||