com.pmease.quickbuild.variable
Class PromptAsTextInput

java.lang.Object
  extended by com.pmease.quickbuild.variable.PromptSetting
      extended by com.pmease.quickbuild.variable.PromptAsTextInput
All Implemented Interfaces:
java.io.Serializable

public class PromptAsTextInput
extends PromptSetting

See Also:
Serialized Form

Constructor Summary
PromptAsTextInput()
           
 
Method Summary
 int getLines()
           
 java.lang.String getPropertyDef(java.lang.String name, int index)
           
 void setLines(int lines)
           
 
Methods inherited from class com.pmease.quickbuild.variable.PromptSetting
escape, getDescription, getDisplayName, isAllowEmpty, isRemember, setAllowEmpty, setDescription, setDisplayName, setRemember
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PromptAsTextInput

public PromptAsTextInput()
Method Detail

getLines

@Min(value=1L)
public int getLines()

setLines

public void setLines(int lines)

getPropertyDef

public java.lang.String getPropertyDef(java.lang.String name,
                                       int index)
Specified by:
getPropertyDef in class PromptSetting


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.