org.directdemocracyportal.democracy.web.views.dialogs
Class RegisterUserDialog

Package class diagram package RegisterUserDialog
java.lang.Object
  extended by thinwire.ui.AbstractComponent<C>
      extended by thinwire.ui.AbstractContainer<C,thinwire.ui.Component>
          extended by thinwire.ui.Dialog
              extended by org.directdemocracyportal.democracy.web.views.dialogs.AbstractActionDialog
                  extended by org.directdemocracyportal.democracy.web.views.dialogs.RegisterUserDialog
All Implemented Interfaces:
thinwire.ui.Component, thinwire.ui.Container<thinwire.ui.Component>, thinwire.ui.ItemChangeEventComponent, thinwire.ui.Window

public class RegisterUserDialog
extends AbstractActionDialog

The Class RegisterUserDialog.


Nested Class Summary
Modifier and Type Class and Description
 
Nested classes/interfaces inherited from class org.directdemocracyportal.democracy.web.views.dialogs.AbstractActionDialog
AbstractActionDialog.DialogResult
 
Nested classes/interfaces inherited from interface thinwire.ui.Container
thinwire.ui.Container.ScrollType
 
Field Summary
Modifier and Type Field and Description
 
Fields inherited from class org.directdemocracyportal.democracy.web.views.dialogs.AbstractActionDialog
dialogResult
 
Fields inherited from class thinwire.ui.Dialog
PROPERTY_MAXIMIZABLE, PROPERTY_MINIMIZABLE, PROPERTY_MODAL, PROPERTY_REPOSITION_ALLOWED, PROPERTY_RESIZE_ALLOWED, PROPERTY_STATE, PROPERTY_WAIT_FOR_WINDOW, STATE_MAXIMIZED, STATE_MINIMIZED, STATE_NORMAL
 
Fields inherited from interface thinwire.ui.Window
PROPERTY_MENU, PROPERTY_TITLE
 
Fields inherited from interface thinwire.ui.Container
PROPERTY_LAYOUT, PROPERTY_SCROLL_TYPE
 
Fields inherited from interface thinwire.ui.Component
ACTION_CLICK, ACTION_DOUBLE_CLICK, PROPERTY_ENABLED, PROPERTY_FOCUS, PROPERTY_FOCUS_CAPABLE, PROPERTY_HEIGHT, PROPERTY_LIMIT, PROPERTY_STYLE_CLASS, PROPERTY_USER_OBJECT, PROPERTY_VISIBLE, PROPERTY_WIDTH, PROPERTY_X, PROPERTY_Y
 
Constructor Summary
Constructor and Description
RegisterUserDialog(java.util.List<Portal> portals)
          Instantiates a new register user dialog.
 
Method Summary
Modifier and Type Method and Description
 java.lang.String getEmail()
          Gets the email.
 java.lang.String getName()
          Gets the name.
 java.lang.String getPassword()
          Gets the password.
 java.lang.Long getPortalId()
          Gets the portal id.
 java.lang.String getUsername()
          Gets the username.
 void setErrorMessage(java.lang.String message)
          Sets the error message.
 
Methods inherited from class org.directdemocracyportal.democracy.web.views.dialogs.AbstractActionDialog
getDialogResult
 
Methods inherited from class thinwire.ui.Dialog
getInnerHeight, getState, isMaximizable, isMinimizable, isModal, isRepositionAllowed, isResizeAllowed, isWaitForWindow, setMaximizable, setMinimizable, setModal, setRepositionAllowed, setResizeAllowed, setState, setVisible, setWaitForWindow
 
Methods inherited from class thinwire.ui.AbstractContainer
addItemChangeListener, getChildren, getChildWithFocus, getComponentWithFocus, getInnerWidth, getLayout, getScrollType, removeItemChangeListener, setLayout, setScrollType
 
Methods inherited from class thinwire.ui.AbstractComponent
addActionListener, addActionListener, addDropListener, addDropListener, addKeyPressListener, addKeyPressListener, addPropertyChangeListener, addPropertyChangeListener, fireAction, fireAction, fireAction, fireDrop, fireDrop, fireDrop, fireKeyPress, fireKeyPress, firePropertyChange, firePropertyChange, firePropertyChange, getContainer, getHeight, getLabel, getLimit, getParent, getStyle, getStyleClass, getUserObject, getWidth, getX, getY, isEnabled, isFocus, isFocusCapable, isVisible, removeActionListener, removeDropListener, removeKeyPressListener, removePropertyChangeListener, scrollTo, setBounds, setEnabled, setFocus, setFocusCapable, setHeight, setLimit, setPosition, setSize, setStyleClass, setUserObject, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface thinwire.ui.Container
getChildren, getChildWithFocus, getComponentWithFocus, getInnerWidth, getLayout, getScrollType, setLayout, setScrollType
 
Methods inherited from interface thinwire.ui.ItemChangeEventComponent
addItemChangeListener, removeItemChangeListener
 
Methods inherited from interface thinwire.ui.Component
addActionListener, addActionListener, addDropListener, addDropListener, addKeyPressListener, addKeyPressListener, addPropertyChangeListener, addPropertyChangeListener, fireAction, fireAction, fireAction, fireDrop, fireDrop, fireDrop, fireKeyPress, fireKeyPress, getContainer, getHeight, getLabel, getLimit, getParent, getStyle, getStyleClass, getUserObject, getWidth, getX, getY, isEnabled, isFocus, isFocusCapable, isVisible, removeActionListener, removeDropListener, removeKeyPressListener, removePropertyChangeListener, setBounds, setEnabled, setFocus, setFocusCapable, setHeight, setLimit, setPosition, setSize, setStyleClass, setUserObject, setWidth, setX, setY
 

Constructor Detail

RegisterUserDialog

public RegisterUserDialog(java.util.List<Portal> portals)
Instantiates a new register user dialog.

Parameters:
portals - the portals
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

getEmail

public java.lang.String getEmail()
Gets the email.

Returns:
the email

getUsername

public java.lang.String getUsername()
Gets the username.

Returns:
the username

getPassword

public java.lang.String getPassword()
Gets the password.

Returns:
the password

getPortalId

public java.lang.Long getPortalId()
Gets the portal id.

Returns:
the portal id

setErrorMessage

public void setErrorMessage(java.lang.String message)
Sets the error message.

Parameters:
message - the new error message


Copyright © 2004-2010 www.DirectDemocracyPortal.org. All Rights Reserved.