public class AggregateByTimeOperationEvent extends com.google.gwt.event.shared.GwtEvent<AggregateByTimeOperationEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<AggregateByTimeOperationEventHandler> |
TYPE |
| Constructor and Description |
|---|
AggregateByTimeOperationEvent(TdColumnDefinition timeColumns,
List<TdColumnDefinition> others) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(AggregateByTimeOperationEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<AggregateByTimeOperationEventHandler> |
getAssociatedType() |
List<TdColumnDefinition> |
getOtherColumns() |
TdColumnDefinition |
getTimeColumns() |
void |
setOtherColumns(List<TdColumnDefinition> otherColumns) |
void |
setTimeColumns(TdColumnDefinition timeColumns) |
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<AggregateByTimeOperationEventHandler> TYPE
public AggregateByTimeOperationEvent(TdColumnDefinition timeColumns, List<TdColumnDefinition> others)
public com.google.gwt.event.shared.GwtEvent.Type<AggregateByTimeOperationEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<AggregateByTimeOperationEventHandler>protected void dispatch(AggregateByTimeOperationEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<AggregateByTimeOperationEventHandler>public TdColumnDefinition getTimeColumns()
public void setTimeColumns(TdColumnDefinition timeColumns)
timeColumns - the timeColumns to setpublic List<TdColumnDefinition> getOtherColumns()
public void setOtherColumns(List<TdColumnDefinition> otherColumns)
otherColumns - the otherColumns to setCopyright © 2015. All Rights Reserved.