Package system.web.ui.webcontrols
Class Wizard
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.Control
-
- system.web.ui.webcontrols.WebControl
-
- system.web.ui.webcontrols.CompositeControl
-
- system.web.ui.webcontrols.Wizard
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IAttributeAccessor,INamingContainer,IParserAccessor,ICompositeControlDesignerAccessor
- Direct Known Subclasses:
CreateUserWizard
public class Wizard extends CompositeControl
The base .NET class managing System.Web.UI.WebControls.Wizard, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.Wizard
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.UI.WebControls.Wizardstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
-
Methods inherited from class system.web.ui.webcontrols.CompositeControl
DataBind
-
Methods inherited from class system.web.ui.webcontrols.WebControl
ApplyStyle, CopyBaseAttributes, getAccessKey, getAttributes, getBackColor, getBorderColor, getBorderStyle, getBorderWidth, getControlStyle, getControlStyleCreated, getCssClass, getDisabledCssClass, getEnabled, getFont, getForeColor, getHasAttributes, getHeight, getStyle, getSupportsDisabledAttribute, getTabIndex, getToolTip, getWidth, MergeStyle, RenderBeginTag, RenderEndTag, setAccessKey, setBackColor, setBorderColor, setBorderStyle, setBorderWidth, setCssClass, setDisabledCssClass, setEnabled, setForeColor, setHeight, setTabIndex, setToolTip, setWidth
-
Methods inherited from class system.web.ui.Control
addDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, ApplyStyleSheetSkin, close, Dispose, FindControl, Focus, getAppRelativeTemplateSourceDirectory, getBindingContainer, getClientID, getClientIDMode, getControls, getDataItemContainer, getDataKeysContainer, getEnableTheming, getEnableViewState, getID, getNamingContainer, getPage, getParent, getRenderingCompatibility, GetRouteUrl, GetRouteUrl, GetRouteUrl, GetRouteUrl, getSite, getSkinID, getTemplateControl, getTemplateSourceDirectory, getUniqueID, GetUniqueIDRelativeTo, getValidateRequestMode, getViewStateMode, getVisible, HasControls, removeDataBinding, removeDisposed, removeInit, removeLoad, removePreRender, removeUnload, RenderControl, ResolveClientUrl, ResolveUrl, setAppRelativeTemplateSourceDirectory, setClientIDMode, setEnableTheming, setEnableViewState, setID, setPage, setRenderingCompatibility, SetRenderMethodDelegate, setSite, setSkinID, setTemplateControl, SetTraceData, SetTraceData, setValidateRequestMode, setViewStateMode, setVisible
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.web.ui.IAttributeAccessor
GetAttribute, SetAttribute
-
Methods inherited from interface system.web.ui.webcontrols.ICompositeControlDesignerAccessor
RecreateChildControls
-
Methods inherited from interface system.web.ui.IParserAccessor
AddParsedSubObject
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.WebControls.Wizard- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIAttributeAccessor- Specified by:
getJCOAssemblyNamein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceINamingContainer- Specified by:
getJCOAssemblyNamein interfaceIParserAccessor- Overrides:
getJCOAssemblyNamein classCompositeControl- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIAttributeAccessor- Specified by:
getJCOClassNamein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceINamingContainer- Specified by:
getJCOClassNamein interfaceIParserAccessor- Overrides:
getJCOClassNamein classCompositeControl- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIAttributeAccessor- Specified by:
getJCOObjectNamein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceINamingContainer- Specified by:
getJCOObjectNamein interfaceIParserAccessor- Overrides:
getJCOObjectNamein classCompositeControl- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIAttributeAccessor- Specified by:
getJCOInstancein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceINamingContainer- Specified by:
getJCOInstancein interfaceIParserAccessor- Overrides:
getJCOInstancein classCompositeControl- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classCompositeControl
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIAttributeAccessor- Specified by:
getJCOTypein interfaceICompositeControlDesignerAccessor- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceINamingContainer- Specified by:
getJCOTypein interfaceIParserAccessor- Overrides:
getJCOTypein classCompositeControl- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static Wizard cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoWizard, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Wizardinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetHistory
public ICollection GetHistory() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MulticastNotSupportedException
-
GetStepType
public WizardStepType GetStepType(WizardStepBase wizardStep, int index) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, MulticastNotSupportedException
-
MoveTo
public void MoveTo(WizardStepBase wizardStep) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, MulticastNotSupportedException
-
getDisplayCancelButton
public boolean getDisplayCancelButton() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setDisplayCancelButton
public void setDisplayCancelButton(boolean DisplayCancelButton) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getDisplaySideBar
public boolean getDisplaySideBar() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDisplaySideBar
public void setDisplaySideBar(boolean DisplaySideBar) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException
-
getActiveStepIndex
public int getActiveStepIndex() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MulticastNotSupportedException
-
setActiveStepIndex
public void setActiveStepIndex(int ActiveStepIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, MulticastNotSupportedException
-
getCellPadding
public int getCellPadding() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
setCellPadding
public void setCellPadding(int CellPadding) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
getCellSpacing
public int getCellSpacing() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
setCellSpacing
public void setCellSpacing(int CellSpacing) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
getCancelButtonImageUrl
public java.lang.String getCancelButtonImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCancelButtonImageUrl
public void setCancelButtonImageUrl(java.lang.String CancelButtonImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCancelButtonText
public java.lang.String getCancelButtonText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCancelButtonText
public void setCancelButtonText(java.lang.String CancelButtonText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getCancelDestinationPageUrl
public java.lang.String getCancelDestinationPageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCancelDestinationPageUrl
public void setCancelDestinationPageUrl(java.lang.String CancelDestinationPageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getFinishCompleteButtonImageUrl
public java.lang.String getFinishCompleteButtonImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setFinishCompleteButtonImageUrl
public void setFinishCompleteButtonImageUrl(java.lang.String FinishCompleteButtonImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getFinishCompleteButtonText
public java.lang.String getFinishCompleteButtonText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setFinishCompleteButtonText
public void setFinishCompleteButtonText(java.lang.String FinishCompleteButtonText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getFinishDestinationPageUrl
public java.lang.String getFinishDestinationPageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setFinishDestinationPageUrl
public void setFinishDestinationPageUrl(java.lang.String FinishDestinationPageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getFinishPreviousButtonImageUrl
public java.lang.String getFinishPreviousButtonImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setFinishPreviousButtonImageUrl
public void setFinishPreviousButtonImageUrl(java.lang.String FinishPreviousButtonImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getFinishPreviousButtonText
public java.lang.String getFinishPreviousButtonText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setFinishPreviousButtonText
public void setFinishPreviousButtonText(java.lang.String FinishPreviousButtonText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getHeaderText
public java.lang.String getHeaderText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setHeaderText
public void setHeaderText(java.lang.String HeaderText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getSkipLinkText
public java.lang.String getSkipLinkText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
setSkipLinkText
public void setSkipLinkText(java.lang.String SkipLinkText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getStartNextButtonImageUrl
public java.lang.String getStartNextButtonImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStartNextButtonImageUrl
public void setStartNextButtonImageUrl(java.lang.String StartNextButtonImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getStartNextButtonText
public java.lang.String getStartNextButtonText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStartNextButtonText
public void setStartNextButtonText(java.lang.String StartNextButtonText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getStepNextButtonImageUrl
public java.lang.String getStepNextButtonImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStepNextButtonImageUrl
public void setStepNextButtonImageUrl(java.lang.String StepNextButtonImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getStepNextButtonText
public java.lang.String getStepNextButtonText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStepNextButtonText
public void setStepNextButtonText(java.lang.String StepNextButtonText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getStepPreviousButtonImageUrl
public java.lang.String getStepPreviousButtonImageUrl() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStepPreviousButtonImageUrl
public void setStepPreviousButtonImageUrl(java.lang.String StepPreviousButtonImageUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getStepPreviousButtonText
public java.lang.String getStepPreviousButtonText() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStepPreviousButtonText
public void setStepPreviousButtonText(java.lang.String StepPreviousButtonText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
getFinishNavigationTemplate
public ITemplate getFinishNavigationTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFinishNavigationTemplate
public void setFinishNavigationTemplate(ITemplate FinishNavigationTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException
-
getHeaderTemplate
public ITemplate getHeaderTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHeaderTemplate
public void setHeaderTemplate(ITemplate HeaderTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException
-
getLayoutTemplate
public ITemplate getLayoutTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLayoutTemplate
public void setLayoutTemplate(ITemplate LayoutTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException
-
getSideBarTemplate
public ITemplate getSideBarTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSideBarTemplate
public void setSideBarTemplate(ITemplate SideBarTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException
-
getStartNavigationTemplate
public ITemplate getStartNavigationTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStartNavigationTemplate
public void setStartNavigationTemplate(ITemplate StartNavigationTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException
-
getStepNavigationTemplate
public ITemplate getStepNavigationTemplate() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStepNavigationTemplate
public void setStepNavigationTemplate(ITemplate StepNavigationTemplate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException
-
getCancelButtonType
public ButtonType getCancelButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setCancelButtonType
public void setCancelButtonType(ButtonType CancelButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getFinishCompleteButtonType
public ButtonType getFinishCompleteButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setFinishCompleteButtonType
public void setFinishCompleteButtonType(ButtonType FinishCompleteButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getFinishPreviousButtonType
public ButtonType getFinishPreviousButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setFinishPreviousButtonType
public void setFinishPreviousButtonType(ButtonType FinishPreviousButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getStartNextButtonType
public ButtonType getStartNextButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStartNextButtonType
public void setStartNextButtonType(ButtonType StartNextButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getStepNextButtonType
public ButtonType getStepNextButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStepNextButtonType
public void setStepNextButtonType(ButtonType StepNextButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getStepPreviousButtonType
public ButtonType getStepPreviousButtonType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setStepPreviousButtonType
public void setStepPreviousButtonType(ButtonType StepPreviousButtonType) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException
-
getCancelButtonStyle
public Style getCancelButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getFinishCompleteButtonStyle
public Style getFinishCompleteButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getFinishPreviousButtonStyle
public Style getFinishPreviousButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getNavigationButtonStyle
public Style getNavigationButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getSideBarButtonStyle
public Style getSideBarButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getStartNextButtonStyle
public Style getStartNextButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getStepNextButtonStyle
public Style getStepNextButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getStepPreviousButtonStyle
public Style getStepPreviousButtonStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getHeaderStyle
public TableItemStyle getHeaderStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getNavigationStyle
public TableItemStyle getNavigationStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getSideBarStyle
public TableItemStyle getSideBarStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getStepStyle
public TableItemStyle getStepStyle() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getActiveStep
public WizardStepBase getActiveStep() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, MulticastNotSupportedException
-
getWizardSteps
public WizardStepCollection getWizardSteps() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addActiveStepChanged
public void addActiveStepChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeActiveStepChanged
public void removeActiveStepChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCancelButtonClick
public void addCancelButtonClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCancelButtonClick
public void removeCancelButtonClick(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addFinishButtonClick
public void addFinishButtonClick(WizardNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFinishButtonClick
public void removeFinishButtonClick(WizardNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNextButtonClick
public void addNextButtonClick(WizardNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNextButtonClick
public void removeNextButtonClick(WizardNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviousButtonClick
public void addPreviousButtonClick(WizardNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviousButtonClick
public void removePreviousButtonClick(WizardNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSideBarButtonClick
public void addSideBarButtonClick(WizardNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSideBarButtonClick
public void removeSideBarButtonClick(WizardNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-