Uses of Enum Class
org.exoplatform.webui.commons.EventUIComponent.EVENTTYPE
Packages that use EventUIComponent.EVENTTYPE
-
Uses of EventUIComponent.EVENTTYPE in org.exoplatform.webui.commons
Methods in org.exoplatform.webui.commons that return EventUIComponent.EVENTTYPEModifier and TypeMethodDescriptionEventUIComponent.getType()static EventUIComponent.EVENTTYPEReturns the enum constant of this class with the specified name.static EventUIComponent.EVENTTYPE[]EventUIComponent.EVENTTYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.webui.commons with parameters of type EventUIComponent.EVENTTYPEConstructors in org.exoplatform.webui.commons with parameters of type EventUIComponent.EVENTTYPEModifierConstructorDescriptionEventUIComponent(String id, String eventName, EventUIComponent.EVENTTYPE type)