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 WizardPageThis 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.StringgetComponentURI()WizardPageControllergetController()java.lang.StringgetHeight()java.lang.StringgetId()java.lang.StringgetTitle()java.lang.StringgetWidth()voidinitView(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)
-
-