Package | Description |
---|---|
org.primefaces.event | |
org.primefaces.model |
Modifier and Type | Method and Description |
---|---|
Visibility |
ToggleEvent.getVisibility() |
Constructor and Description |
---|
ToggleEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
Visibility visibility) |
ToggleEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
Visibility visibility,
Object data) |
Modifier and Type | Method and Description |
---|---|
static Visibility |
Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Visibility[] |
Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.