| Package | Description |
|---|---|
| org.jboss.hal.ballroom | |
| org.jboss.hal.ballroom.listview | |
| org.jboss.hal.core.finder | |
| org.jboss.hal.meta.security |
| Modifier and Type | Method and Description |
|---|---|
Constraints |
Toolbar.Action.getConstraints() |
| Constructor and Description |
|---|
Action(String id,
String text,
String title,
Constraints constraints,
Callback callback) |
| Modifier and Type | Method and Description |
|---|---|
Constraints |
ItemAction.getConstraints() |
| Constructor and Description |
|---|
ItemAction(String id,
String title,
Constraints constraints,
ItemActionHandler<T> handler) |
| Modifier and Type | Method and Description |
|---|---|
ItemAction.Builder<T> |
ItemAction.Builder.constraints(Constraints constraints) |
ColumnAction.Builder<T> |
ColumnAction.Builder.constraints(Constraints constraints) |
| Modifier and Type | Method and Description |
|---|---|
static Constraints |
Constraints.and(Constraint first,
Constraint... rest) |
static Constraints |
Constraints.and(Iterable<Constraint> constraints) |
static Constraints |
Constraints.empty()
Creates an empty instance using
Constraints.Operator.AND as operator. |
static Constraints |
Constraints.or(Constraint first,
Constraint... rest) |
static Constraints |
Constraints.or(Iterable<Constraint> constraints) |
static Constraints |
Constraints.parse(String input) |
static Constraints |
Constraints.single(Constraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthorisationDecision.isAllowed(Constraints constraints) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.