| Package | Description |
|---|---|
| org.jboss.hal.ballroom | |
| org.jboss.hal.ballroom.listview | |
| org.jboss.hal.ballroom.table | |
| org.jboss.hal.core.finder | |
| org.jboss.hal.meta.security |
| Modifier and Type | Method and Description |
|---|---|
EmptyState.Builder |
EmptyState.Builder.primaryAction(String title,
Callback callback,
Constraint constraint) |
EmptyState.Builder |
EmptyState.Builder.secondaryAction(String title,
Callback callback,
Constraint constraint) |
| Constructor and Description |
|---|
Action(String id,
String text,
Constraint constraint,
Callback callback) |
Alert(String icon,
com.google.gwt.safehtml.shared.SafeHtml text,
String linkText,
org.jboss.gwt.elemento.core.EventCallbackFn<elemental2.dom.MouseEvent> linkHandler,
Constraint constraint) |
Alert(String icon,
com.google.gwt.safehtml.shared.SafeHtml text,
String additionalText,
String linkText,
org.jboss.gwt.elemento.core.EventCallbackFn<elemental2.dom.MouseEvent> linkHandler,
Constraint constraint) |
| Constructor and Description |
|---|
ItemAction(String id,
String title,
Constraint constraint,
ItemActionHandler<T> handler) |
| Modifier and Type | Method and Description |
|---|---|
B |
GenericOptionsBuilder.button(String text,
ButtonHandler<T> handler,
Constraint constraint) |
B |
GenericOptionsBuilder.button(String text,
ButtonHandler<T> handler,
Scope scope,
Constraint constraint) |
| Constructor and Description |
|---|
Button(String title,
ButtonHandler<T> handler,
Constraint constraint) |
Button(String title,
ButtonHandler<T> handler,
Scope scope,
Constraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
ItemAction.Builder<T> |
ItemAction.Builder.constraint(Constraint constraint) |
ColumnAction.Builder<T> |
ColumnAction.Builder.constraint(Constraint constraint) |
<T> ItemAction<T> |
ItemActionFactory.placeRequest(String title,
com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest,
Constraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
static Constraint |
Constraint.executable(AddressTemplate template,
String operation) |
static Constraint |
Constraint.parse(String input) |
static Constraint |
Constraint.writable(AddressTemplate template,
String attribute) |
| Modifier and Type | Method and Description |
|---|---|
Set<Constraint> |
Constraints.getConstraints() |
| Modifier and Type | Method and Description |
|---|---|
static Constraints |
Constraints.and(Constraint first,
Constraint... rest) |
static Constraints |
Constraints.and(Constraint first,
Constraint... rest) |
boolean |
AuthorisationDecision.isAllowed(Constraint constraint) |
static Constraints |
Constraints.or(Constraint first,
Constraint... rest) |
static Constraints |
Constraints.or(Constraint first,
Constraint... rest) |
Optional<SecurityContext> |
SecurityContextResolver.resolve(Constraint constraint) |
static Constraints |
Constraints.single(Constraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
static Constraints |
Constraints.and(Iterable<Constraint> constraints) |
static Constraints |
Constraints.or(Iterable<Constraint> constraints) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.