com.izforge.izpack.panels
Class PasswordUIElement

java.lang.Object
  extended by com.izforge.izpack.panels.UIElement
      extended by com.izforge.izpack.panels.PasswordUIElement

public class PasswordUIElement
extends UIElement

Additional metadata for password elements.

Author:
Dennis Reil

Field Summary
(package private)  PasswordGroup passwordGroup
           
 
Fields inherited from class com.izforge.izpack.panels.UIElement
associatedVariable, component, constraints, displayed, falseValue, forOs, forPacks, message, trueValue, type
 
Constructor Summary
PasswordUIElement()
           
 
Method Summary
 PasswordGroup getPasswordGroup()
           
 void setPasswordGroup(PasswordGroup passwordGroup)
           
 
Methods inherited from class com.izforge.izpack.panels.UIElement
getAssociatedVariable, getComponent, getConstraints, getFalseValue, getForOs, getForPacks, getMessage, getTrueValue, getType, hasVariableAssignment, isDisplayed, setAssociatedVariable, setComponent, setConstraints, setDisplayed, setFalseValue, setForOs, setForPacks, setMessage, setTrueValue, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

passwordGroup

PasswordGroup passwordGroup
Constructor Detail

PasswordUIElement

public PasswordUIElement()
Method Detail

getPasswordGroup

public PasswordGroup getPasswordGroup()

setPasswordGroup

public void setPasswordGroup(PasswordGroup passwordGroup)