com.commsen.apropos.web.dialog
Class AddPropertyPackageDialog

java.lang.Object
  extended by org.wings.SComponent
      extended by org.wings.SContainer
          extended by org.wings.SForm
              extended by org.wings.SWindow
                  extended by org.wings.SDialog
                      extended by com.commsen.apropos.web.dialog.AproposBaseDialog
                          extended by com.commsen.apropos.web.dialog.AddPropertyPackageDialog
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.wings.LowLevelEventListener, org.wings.Renderable

public class AddPropertyPackageDialog
extends AproposBaseDialog

This class represents a dialog window used to add new properties package.

Author:
Milen Dyankov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.wings.SDialog
CLOSE_ACTION, DEFAULT_ACTION, draggable, icon, modal, title
 
Fields inherited from class org.wings.SWindow
owner
 
Fields inherited from class org.wings.SForm
actionCommand, ENC_TYPE_MULTIPART_FORM, ENC_TYPE_TEXT_PLAIN, listenerList, URL_ENCODING
 
Fields inherited from class org.wings.SComponent
DONE_RENDERING, dynamicStyles, enabled, SELECTOR_ALL, START_RENDERING, visible, WHEN_FOCUSED_OR_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_IN_FOCUSED_FRAME
 
Constructor Summary
AddPropertyPackageDialog()
          Constructs new dialog
 
Method Summary
 void initialize()
          Method called to (re)initialize the dialog according to current application state.
 void show(org.wings.SComponent c)
          
 
Methods inherited from class com.commsen.apropos.web.dialog.AproposBaseDialog
prepareRow
 
Methods inherited from class org.wings.SDialog
getIcon, getTitle, isDraggable, isModal, setCG, setDraggable, setIcon, setModal, setTitle
 
Methods inherited from class org.wings.SWindow
dispose, getOwner, hide, processLowLevelEvent, setVisible
 
Methods inherited from class org.wings.SForm
addActionListener, addArmedComponent, addComponent, clearArmedComponents, fireActionPerformed, fireEvents, fireFinalEvents, fireIntermediateEvents, getAction, getActionCommand, getCG, getDefaultButton, getEncodingType, getRequestURL, isEpochCheckEnabled, isPostMethod, registerFileChooser, removeActionListener, setAction, setActionCommand, setCG, setDefaultButton, setEncodingType, setEpochCheckEnabled, setPostMethod, unregisterFileChooser
 
Methods inherited from class org.wings.SContainer
add, add, add, add, addComponent, addComponent, addComponent, addContainerListener, addNotify, clone, fireContainerEvent, getComponent, getComponentCount, getComponentList, getComponents, getConstraintAt, getConstraintList, getLayout, invite, inviteEachComponent, isShowingChildren, processContainerEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setCG, setLayout, setParentFrame, updateCG
 
Methods inherited from class org.wings.SComponent
addComponentListener, addDynamicStyle, addEventListener, addParentFrameListener, addRenderListener, addScriptListener, addStyle, fireComponentChangeEvent, fireKeyEvents, fireRenderEvent, getActionMap, getBackground, getBorder, getClientProperty, getComponentPopupMenu, getDynamicStyle, getDynamicStyles, getFocusTraversalIndex, getFont, getForeground, getHorizontalAlignment, getInputMap, getInputMap, getListenerCount, getListenerList, getListeners, getLowLevelEventId, getName, getParent, getParentFrame, getPreferredSize, getResidesInForm, getScriptListenerList, getScriptListeners, getSession, getShowAsFormComponent, getStyle, getToolTipText, getVerticalAlignment, isDifferent, isEnabled, isFocusOwner, isRecursivelyVisible, isReloadForced, isUpdatePossible, isVisible, paramString, processComponentEvent, processKeyEvents, putClientProperty, reload, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, reloadIfChange, removeComponentListener, removeDynamicStyle, removeEventListener, removeParentFrameListener, removeRenderListener, removeScriptListener, removeStyle, requestFocus, scrollRectToVisible, setActionMap, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributes, setBackground, setBorder, setCG, setComponentPopupMenu, setDynamicStyles, setEnabled, setFocusTraversalIndex, setFont, setForeground, setHorizontalAlignment, setInputMap, setInputMap, setName, setNameRaw, setParent, setPreferredSize, setReloadForced, setShowAsFormComponent, setStyle, setToolTipText, setVerticalAlignment, toString, update, write
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.wings.LowLevelEventListener
fireFinalEvents, fireIntermediateEvents, getLowLevelEventId, getName, isEnabled, isEpochCheckEnabled
 

Constructor Detail

AddPropertyPackageDialog

public AddPropertyPackageDialog()
Constructs new dialog

Method Detail

initialize

public void initialize()
Method called to (re)initialize the dialog according to current application state. Currently it only rebuilds the parentField to fill it with all possible parents.


show

public void show(org.wings.SComponent c)

Overrides:
show in class org.wings.SWindow


Copyright © 2008 Commsen International. All Rights Reserved.