Uses of Class
org.jboss.hal.meta.security.Constraints
-
Packages that use Constraints 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 Constraints in org.jboss.hal.ballroom
Methods in org.jboss.hal.ballroom that return Constraints Modifier and Type Method Description ConstraintsToolbar.Action. getConstraints()Constructors in org.jboss.hal.ballroom with parameters of type Constraints Constructor Description Action(String id, String text, String title, Constraints constraints, Callback callback) -
Uses of Constraints in org.jboss.hal.ballroom.listview
Methods in org.jboss.hal.ballroom.listview that return Constraints Modifier and Type Method Description ConstraintsItemAction. getConstraints()Constructors in org.jboss.hal.ballroom.listview with parameters of type Constraints Constructor Description ItemAction(String id, String title, Constraints constraints, ItemActionHandler<T> handler) -
Uses of Constraints in org.jboss.hal.ballroom.table
Methods in org.jboss.hal.ballroom.table with parameters of type Constraints Modifier and Type Method Description BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler, Scope scope, Constraints constraints)BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler, Constraints constraints)Constructors in org.jboss.hal.ballroom.table with parameters of type Constraints Constructor Description Button(String name, String title, ButtonHandler<T> handler, Scope scope, Constraints constraints)Button(String name, String title, ButtonHandler<T> handler, Constraints constraints)Button(String name, ButtonHandler<T> handler, Constraints constraints) -
Uses of Constraints in org.jboss.hal.core.finder
Methods in org.jboss.hal.core.finder with parameters of type Constraints Modifier and Type Method Description ColumnAction.Builder<T>ColumnAction.Builder. constraints(Constraints constraints)ItemAction.Builder<T>ItemAction.Builder. constraints(Constraints constraints) -
Uses of Constraints in org.jboss.hal.meta.security
Methods in org.jboss.hal.meta.security that return Constraints Modifier and Type Method Description static ConstraintsConstraints. and(Iterable<Constraint> constraints)static ConstraintsConstraints. and(Constraint first, Constraint... rest)static ConstraintsConstraints. empty()Creates an empty instance usingConstraints.Operator.ANDas operator.static ConstraintsConstraints. or(Iterable<Constraint> constraints)static ConstraintsConstraints. or(Constraint first, Constraint... rest)static ConstraintsConstraints. parse(String input)static ConstraintsConstraints. single(Constraint constraint)Methods in org.jboss.hal.meta.security with parameters of type Constraints Modifier and Type Method Description booleanAuthorisationDecision. isAllowed(Constraints constraints)
-