org.openmdx.portal.servlet.wizards
Class WizardDefinition
java.lang.Object
org.openmdx.portal.servlet.wizards.WizardDefinition
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JspWizardDefinition
public class WizardDefinition
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
locale
protected final String locale
index
protected final short index
name
protected final String name
forClass
protected List forClass
label
protected String label
toolTip
protected String toolTip
targetType
protected String targetType
openParameter
protected String openParameter
order
protected List order
WizardDefinition
public WizardDefinition(String name,
String locale,
short index,
InputStream is)
throws org.openmdx.base.exception.ServiceException
- Throws:
org.openmdx.base.exception.ServiceException
getLocaleIndex
public short getLocaleIndex()
getLocale
public String getLocale()
getName
public String getName()
getForClass
public List getForClass()
getTargetType
public String getTargetType()
getLabel
public String getLabel()
getToolTip
public String getToolTip()
getOrder
public List getOrder()
getOpenParameter
public String getOpenParameter()
This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.