public class Actions extends Object
Modifier and Type | Class and Description |
---|---|
class |
Actions.ActionListen |
class |
Actions.ActionSelect |
Constructor and Description |
---|
Actions() |
Actions(Collection<Action> actions) |
Modifier and Type | Method and Description |
---|---|
void |
add(Action action) |
<KeyType> MapBy<KeyType,Action> |
mapBy(KeyMatcher matcher) |
void |
merge(Actions actions) |
void |
remove(Column column) |
Where<Actions.ActionSelect,Actions.ActionListen> |
where(Matcher matcher) |
public Actions()
public Actions(Collection<Action> actions)
public void add(Action action)
public void merge(Actions actions)
public Where<Actions.ActionSelect,Actions.ActionListen> where(Matcher matcher)
public <KeyType> MapBy<KeyType,Action> mapBy(KeyMatcher matcher)
public void remove(Column column)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.