Uses of Class
org.jboss.hal.meta.security.Constraint
-
Packages that use Constraint 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 -
-
Uses of Constraint in org.jboss.hal.ballroom
Methods in org.jboss.hal.ballroom with parameters of type Constraint Modifier and Type Method Description EmptyState.BuilderEmptyState.Builder. primaryAction(String title, Callback callback, Constraint constraint)EmptyState.BuilderEmptyState.Builder. secondaryAction(String title, Callback callback, Constraint constraint)Constructors in org.jboss.hal.ballroom with parameters of type Constraint Constructor Description Action(String id, String text, Constraint constraint, Callback callback)Alert(String icon, com.google.gwt.safehtml.shared.SafeHtml text, String additionalText, String linkText, org.jboss.elemento.EventCallbackFn<elemental2.dom.MouseEvent> linkHandler, Constraint constraint)Alert(String icon, com.google.gwt.safehtml.shared.SafeHtml text, String linkText, org.jboss.elemento.EventCallbackFn<elemental2.dom.MouseEvent> linkHandler, Constraint constraint) -
Uses of Constraint in org.jboss.hal.ballroom.listview
Constructors in org.jboss.hal.ballroom.listview with parameters of type Constraint Constructor Description ItemAction(String id, String title, Constraint constraint, ItemActionHandler<T> handler) -
Uses of Constraint in org.jboss.hal.ballroom.table
Methods in org.jboss.hal.ballroom.table with parameters of type Constraint Modifier and Type Method Description BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler, Scope scope, Constraint constraint)BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler, Constraint constraint)Constructors in org.jboss.hal.ballroom.table with parameters of type Constraint Constructor Description Button(String name, String title, ButtonHandler<T> handler, Scope scope, Constraint constraint)Button(String name, String title, ButtonHandler<T> handler, Constraint constraint)Button(String name, ButtonHandler<T> handler, Constraint constraint) -
Uses of Constraint in org.jboss.hal.core.finder
Methods in org.jboss.hal.core.finder with parameters of type Constraint Modifier and Type Method Description ColumnAction.Builder<T>ColumnAction.Builder. constraint(Constraint constraint)ItemAction.Builder<T>ItemAction.Builder. constraint(Constraint constraint)<T> ItemAction<T>ItemActionFactory. placeRequest(String title, com.gwtplatform.mvp.shared.proxy.PlaceRequest placeRequest, Constraint constraint) -
Uses of Constraint in org.jboss.hal.meta.security
Methods in org.jboss.hal.meta.security that return Constraint Modifier and Type Method Description static ConstraintConstraint. executable(AddressTemplate template, String operation)static ConstraintConstraint. parse(String input)static ConstraintConstraint. writable(AddressTemplate template, String attribute)Methods in org.jboss.hal.meta.security that return types with arguments of type Constraint Modifier and Type Method Description Set<Constraint>Constraints. getConstraints()Iterator<Constraint>Constraints. iterator()Methods in org.jboss.hal.meta.security with parameters of type Constraint Modifier and Type Method Description static ConstraintsConstraints. and(Constraint first, Constraint... rest)booleanAuthorisationDecision. isAllowed(Constraint constraint)static ConstraintsConstraints. or(Constraint first, Constraint... rest)Optional<SecurityContext>SecurityContextResolver. resolve(Constraint constraint)static ConstraintsConstraints. single(Constraint constraint)Method parameters in org.jboss.hal.meta.security with type arguments of type Constraint Modifier and Type Method Description static ConstraintsConstraints. and(Iterable<Constraint> constraints)static ConstraintsConstraints. or(Iterable<Constraint> constraints)
-