Interface WizardPage
-
- All Known Implementing Classes:
AbstractGenericItemPage
,AddCommentItemPage
,AdvancedSearchPage
,AssignColumnPage
,AssignQueryPermissionsPage
,AssignWorkflowPage
,ConstraintsMandatoryPage
,ConstraintTypeSelectorPage
,DecisionPage
,DefaultGenericItemPage
,DefaultPage
,FillParametersPage
,GenericItemMandatoryPage
,GenericTypeSelectorPage
,JasperMediaChoosePage
,MappingDecisionPage
,MappingLoadPage
,MappingTargetPage
,ResourceSelectorPage
,UploadJasperMediaPage
,UploadMediaFirstPage
,UploadMediaPage
public interface WizardPage
This class was moved to ext/cockpit from productcockpit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getAttributes()
java.lang.String
getComponentURI()
WizardPageController
getController()
java.lang.String
getHeight()
java.lang.String
getId()
java.lang.String
getTitle()
java.lang.String
getWidth()
void
initView(Wizard wizard, org.zkoss.zk.ui.Component comp)
-
-
-
Method Detail
-
getId
java.lang.String getId()
-
getTitle
java.lang.String getTitle()
-
getComponentURI
java.lang.String getComponentURI()
-
getWidth
java.lang.String getWidth()
-
getHeight
java.lang.String getHeight()
-
getController
WizardPageController getController()
-
getAttributes
java.util.Map<java.lang.String,java.lang.Object> getAttributes()
-
initView
void initView(Wizard wizard, org.zkoss.zk.ui.Component comp)
-
-