public static class DataTableInfo.Action extends Object
| Constructor and Description |
|---|
Action(String handler,
String title,
String scope,
String constraint,
String nameResolver) |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
getAttributes() |
String |
getConstraint() |
String |
getHandler() |
DataTableInfo.HandlerRef |
getHandlerRef() |
String |
getNameResolver() |
org.jboss.hal.ballroom.table.Scope |
getScope() |
List<Attribute> |
getSuggestHandlerAttributes() |
String |
getTitle() |
List<Attribute> |
getValidationHandlerAttributes() |
boolean |
isHasAttributesWithProvider() |
boolean |
isHasAttributesWithSuggestionHandler() |
boolean |
isHasAttributesWithValidationsHandler() |
boolean |
isHasUnboundAttributes() |
boolean |
isKnownHandler() |
public String getHandler()
public boolean isKnownHandler()
public DataTableInfo.HandlerRef getHandlerRef()
public String getTitle()
public org.jboss.hal.ballroom.table.Scope getScope()
public String getConstraint()
public String getNameResolver()
public boolean isHasAttributesWithProvider()
public boolean isHasUnboundAttributes()
public boolean isHasAttributesWithValidationsHandler()
public boolean isHasAttributesWithSuggestionHandler()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.