Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
Modifier and Type | Field and Description |
---|---|
static StackingMethod |
StackingMethod.DEFAULT |
Modifier and Type | Method and Description |
---|---|
abstract StackingMethod |
AbstractNotifyStack.getMethod() |
StackingMethod |
UINotifyStack.getMethod() |
static StackingMethod |
StackingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackingMethod[] |
StackingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractNotifyStack.setMethod(StackingMethod method) |
void |
UINotifyStack.setMethod(StackingMethod method) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.