Package org.jboss.hal.processor.mbui
Class DataTableInfo.Action
- java.lang.Object
-
- org.jboss.hal.processor.mbui.DataTableInfo.Action
-
- Enclosing class:
- DataTableInfo
public static class DataTableInfo.Action extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Attribute>getAttributes()StringgetConstraint()StringgetHandler()DataTableInfo.HandlerRefgetHandlerRef()StringgetNameResolver()org.jboss.hal.ballroom.table.ScopegetScope()List<Attribute>getSuggestHandlerAttributes()StringgetTitle()List<Attribute>getValidationHandlerAttributes()booleanisHasAttributesWithProvider()booleanisHasAttributesWithSuggestionHandler()booleanisHasAttributesWithValidationsHandler()booleanisHasUnboundAttributes()booleanisKnownHandler()
-
-
-
Method Detail
-
getHandler
public String getHandler()
-
isKnownHandler
public boolean isKnownHandler()
-
getHandlerRef
public DataTableInfo.HandlerRef getHandlerRef()
-
getTitle
public String getTitle()
-
getScope
public org.jboss.hal.ballroom.table.Scope getScope()
-
getConstraint
public String getConstraint()
-
getNameResolver
public String getNameResolver()
-
isHasAttributesWithProvider
public boolean isHasAttributesWithProvider()
-
isHasUnboundAttributes
public boolean isHasUnboundAttributes()
-
isHasAttributesWithValidationsHandler
public boolean isHasAttributesWithValidationsHandler()
-
isHasAttributesWithSuggestionHandler
public boolean isHasAttributesWithSuggestionHandler()
-
-