|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.businessobjects.jsf.sdk.event.ItemEventArgs
Provides data for the AlertClickedEvent
,
ItemClickedEvent
, and DrillUpClickedEvent
events.
Constructor Summary | |
ItemEventArgs(java.lang.String id,
java.lang.String type)
|
|
ItemEventArgs(java.lang.String id,
java.lang.String type,
int index)
|
Method Summary | |
int |
getColumnIndex()
Gets the column index. |
java.lang.String |
getItemID()
Gets the unique identifier of the item represented in the component. |
java.lang.String |
getItemType()
Gets the type of the current item. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ItemEventArgs(java.lang.String id, java.lang.String type)
public ItemEventArgs(java.lang.String id, java.lang.String type, int index)
Method Detail |
public java.lang.String getItemID()
Gets the unique identifier of the item represented in the component. Cannot be null or empty.
String
that specifies the ID of the item in the component.public java.lang.String getItemType()
Gets the type of the current item. Cannot be null or empty.
String
that specifies the type of the current item.public int getColumnIndex()
Gets the column index.
int
that specifies the column index.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |