Package org.jboss.hal.processor.mbui
Class MbuiViewContext
- java.lang.Object
-
- org.jboss.hal.processor.mbui.MbuiViewContext
-
public class MbuiViewContext extends Object
-
-
Constructor Summary
Constructors Constructor Description MbuiViewContext(String pkg, String base, String subclass, String createMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AbstractPropertyInfo>getAbstractProperties()List<org.jboss.hal.processor.mbui.MbuiElementInfo>getAttachables()StringgetBase()List<Content>getContent()StringgetCreateMethod()List<DataTableInfo>getDataTables()List<FormInfo>getForms()List<Content>getHtmlContent()Collection<MetadataInfo>getMetadataInfos()StringgetPackage()List<PostConstructInfo>getPostConstructs()StringgetSubclass()VerticalNavigationInfogetVerticalNavigation()StringtoString()
-
-
-
Method Detail
-
getBase
public String getBase()
-
getPackage
public String getPackage()
-
getCreateMethod
public String getCreateMethod()
-
getSubclass
public String getSubclass()
-
getVerticalNavigation
public VerticalNavigationInfo getVerticalNavigation()
-
getMetadataInfos
public Collection<MetadataInfo> getMetadataInfos()
-
getDataTables
public List<DataTableInfo> getDataTables()
-
getAttachables
public List<org.jboss.hal.processor.mbui.MbuiElementInfo> getAttachables()
-
getAbstractProperties
public List<AbstractPropertyInfo> getAbstractProperties()
-
getPostConstructs
public List<PostConstructInfo> getPostConstructs()
-
-