|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<ClickableCellClickHandler>
com.sage.swt.client.widget.celltable.event.ClickableCellClickEvent
public class ClickableCellClickEvent
Logical event fired After the cell is clicked.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
---|
com.google.gwt.event.shared.GwtEvent.Type<H> |
Constructor Summary | |
---|---|
ClickableCellClickEvent(java.lang.Integer rowIndex,
java.lang.Integer columnIndex)
Constructor. |
Method Summary | |
---|---|
protected void |
dispatch(ClickableCellClickHandler handler)
|
com.google.gwt.event.shared.GwtEvent.Type<ClickableCellClickHandler> |
getAssociatedType()
|
java.lang.Boolean |
getCancelEditing()
Gets weather or not the cell editing is cancelled |
java.lang.Integer |
getColumnIndex()
Gets the columnIndex of the cell. |
java.lang.Boolean |
getReadOnly()
Gets weather or not the cell editor is read only editor |
java.lang.Integer |
getRowIndex()
Gets the rowIndex of the cell. |
static com.google.gwt.event.shared.GwtEvent.Type<ClickableCellClickHandler> |
getType()
Get the event type |
void |
setCancelEditing(boolean cancelEditing)
Sets weather or not to cancel the cell editing |
void |
setReadOnly(boolean readOnly)
Sets weather or not the cell editor is read only |
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
---|
assertLive, getSource, isLive, kill, revive |
Methods inherited from class com.google.web.bindery.event.shared.Event |
---|
setSource, toDebugString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClickableCellClickEvent(java.lang.Integer rowIndex, java.lang.Integer columnIndex)
rowIndex
- the rowIndex of the cellcolumnIndex
- the column indexMethod Detail |
---|
public static com.google.gwt.event.shared.GwtEvent.Type<ClickableCellClickHandler> getType()
public java.lang.Integer getRowIndex()
public java.lang.Integer getColumnIndex()
public void setCancelEditing(boolean cancelEditing)
cancelEditing
- the true, if the cell editing will be cancelledpublic java.lang.Boolean getCancelEditing()
public void setReadOnly(boolean readOnly)
readOnly
- the true, set cell editor state as read onlypublic java.lang.Boolean getReadOnly()
protected void dispatch(ClickableCellClickHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<ClickableCellClickHandler>
public com.google.gwt.event.shared.GwtEvent.Type<ClickableCellClickHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<ClickableCellClickHandler>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |