|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbforms.event.eventtype.NavigationEventTypeStrategy
public class NavigationEventTypeStrategy
Database EventTypeStrategy class. Provides implementations of the super class methods for Navigation events.
Constructor Summary | |
---|---|
NavigationEventTypeStrategy()
|
Method Summary | |
---|---|
int |
getEventGroup(String eventString)
Gets the event group value. |
String |
getEventType(String eventString)
Gets the event type value |
String |
getId()
Gets the EventTypeStrategy identifier. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NavigationEventTypeStrategy()
Method Detail |
---|
public int getEventGroup(String eventString)
getEventGroup
in interface EventTypeStrategy
eventString
- the string that identifies an event type
EventType.EVENT_UNDEFINED
public String getEventType(String eventString)
getEventType
in interface EventTypeStrategy
eventString
- the string that identifies an event type
EventType.EVENT_UNDEFINED
public String getId()
getId
in interface EventTypeStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |