Package | Description |
---|---|
com.nomagic.magicdraw.magicreport.ui.bean |
Modifier and Type | Method and Description |
---|---|
PerspectiveBean |
TemplateBean.addPerspective(PerspectiveBean bean)
Set the visibility for this perspective in this template.If the report previously contained an user defined
for this bean, the old value is replaced.
|
PerspectiveBean |
TemplateBean.setVisibility(java.lang.String perspective,
java.lang.String visibility)
Set the visibility for this perspective in this template.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PerspectiveBean> |
TemplateBean.getPerspectiveList()
Return a perspective List.
|
Modifier and Type | Method and Description |
---|---|
PerspectiveBean |
TemplateBean.addPerspective(PerspectiveBean bean)
Set the visibility for this perspective in this template.If the report previously contained an user defined
for this bean, the old value is replaced.
|
int |
PerspectiveBean.compareTo(PerspectiveBean o)
Compares this object with the specified object for order.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateBean.setPerspectiveList(java.util.List<PerspectiveBean> perspectiveList)
Set a perspective List.
|