com.vaadin.ui
Class Table.ColumnCollapseEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.event.ConnectorEvent
          extended by com.vaadin.ui.Component.Event
              extended by com.vaadin.ui.Table.ColumnCollapseEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Table

public static class Table.ColumnCollapseEvent
extends Component.Event

This event is fired when the collapse state of a column changes.

Since:
7.6
See Also:
Serialized Form

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

METHOD

public static final java.lang.reflect.Method METHOD
Constructor Detail

Table.ColumnCollapseEvent

public Table.ColumnCollapseEvent(Component source,
                                 java.lang.Object propertyId)
Constructor

Parameters:
source - The source of the event
propertyId - The id of the column
Method Detail

getPropertyId

public java.lang.Object getPropertyId()
Gets the id of the column whose collapse state changed

Returns:
the property id of the column


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.