org.openmdx.portal.servlet.wizards
Class WizardDefinition

java.lang.Object
  extended by 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

Field Summary
protected  List forClass
           
protected  short index
           
protected  String label
           
protected  String locale
           
protected  String name
           
protected  String openParameter
           
protected  List order
           
protected  String targetType
           
protected  String toolTip
           
 
Constructor Summary
WizardDefinition(String name, String locale, short index, InputStream is)
           
 
Method Summary
 List getForClass()
           
 String getLabel()
           
 String getLocale()
           
 short getLocaleIndex()
           
 String getName()
           
 String getOpenParameter()
           
 List getOrder()
           
 String getTargetType()
           
 String getToolTip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

WizardDefinition

public WizardDefinition(String name,
                        String locale,
                        short index,
                        InputStream is)
                 throws org.openmdx.base.exception.ServiceException
Throws:
org.openmdx.base.exception.ServiceException
Method Detail

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.