Class WorkbenchPanelInformation
- java.lang.Object
-
- org.uberfire.annotations.processors.WorkbenchPanelInformation
-
public class WorkbenchPanelInformation extends Object
-
-
Constructor Summary
Constructors Constructor Description WorkbenchPanelInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldName()StringgetPanelType()List<PartInformation>getWbParts()booleanisDefault()voidsetDefault(boolean isDefault)voidsetFieldName(String fieldName)voidsetPanelType(String panelType)voidsetWbParts(List<PartInformation> uFParts)
-
-
-
Method Detail
-
isDefault
public boolean isDefault()
-
setDefault
public void setDefault(boolean isDefault)
-
getWbParts
public List<PartInformation> getWbParts()
-
setWbParts
public void setWbParts(List<PartInformation> uFParts)
-
getPanelType
public String getPanelType()
-
setPanelType
public void setPanelType(String panelType)
-
getFieldName
public String getFieldName()
-
setFieldName
public void setFieldName(String fieldName)
-
-