public class MbuiViewContext extends Object
| Constructor and Description |
|---|
MbuiViewContext(String pkg,
String base,
String subclass,
String createMethod) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractPropertyInfo> |
getAbstractProperties() |
List<org.jboss.hal.processor.mbui.MbuiElementInfo> |
getAttachables() |
String |
getBase() |
List<Content> |
getContent() |
String |
getCreateMethod() |
List<DataTableInfo> |
getDataTables() |
List<FormInfo> |
getForms() |
List<Content> |
getHtmlContent() |
Collection<MetadataInfo> |
getMetadataInfos() |
String |
getPackage() |
List<PostConstructInfo> |
getPostConstructs() |
String |
getSubclass() |
VerticalNavigationInfo |
getVerticalNavigation() |
String |
toString() |
public String getBase()
public String getPackage()
public String getCreateMethod()
public String getSubclass()
public VerticalNavigationInfo getVerticalNavigation()
public Collection<MetadataInfo> getMetadataInfos()
public List<DataTableInfo> getDataTables()
public List<org.jboss.hal.processor.mbui.MbuiElementInfo> getAttachables()
public List<AbstractPropertyInfo> getAbstractProperties()
public List<PostConstructInfo> getPostConstructs()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.