Interface GenericItemWizardPage
-
- All Known Implementing Classes:
AbstractGenericItemPage,AdvancedSearchPage,AssignColumnPage,AssignQueryPermissionsPage,AssignWorkflowPage,ConstraintsMandatoryPage,ConstraintTypeSelectorPage,DecisionPage,DefaultGenericItemPage,FillParametersPage,GenericItemMandatoryPage,GenericTypeSelectorPage,JasperMediaChoosePage,MappingDecisionPage,MappingLoadPage,MappingTargetPage,ResourceSelectorPage,UploadJasperMediaPage,UploadMediaFirstPage,UploadMediaPage
public interface GenericItemWizardPage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.zkoss.zk.ui.ComponentcreateRepresentationItself()GenericItemWizardgetWizard()
-
-
-
Method Detail
-
createRepresentationItself
org.zkoss.zk.ui.Component createRepresentationItself()
-
getWizard
GenericItemWizard getWizard()
-
-