com.jurismarches.vradi.ui.admin.content
Class AdminUserUI

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by javax.swing.JComponent
              extended by javax.swing.JPanel
                  extended by com.jurismarches.vradi.ui.admin.AdminContentUI<User>
                      extended by com.jurismarches.vradi.ui.admin.content.AdminUserUI
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, jaxx.runtime.JAXXContext, jaxx.runtime.JAXXObject, jaxx.runtime.JAXXValidator, jaxx.runtime.swing.navigation.NavigationContentUI<jaxx.runtime.swing.navigation.tree.NavigationTreeNode>

public class AdminUserUI
extends AdminContentUI<User>
implements jaxx.runtime.JAXXValidator

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.JPanel
JPanel.AccessibleJPanel
 
Nested classes/interfaces inherited from class javax.swing.JComponent
JComponent.AccessibleJComponent
 
Nested classes/interfaces inherited from class java.awt.Container
Container.AccessibleAWTContainer
 
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy
 
Field Summary
protected  jaxx.runtime.swing.Table adminUserForm
           
protected  VradiUserDTO bean
           
static String BINDING_REQUEST_LIST_UI_BEAN
           
static String BINDING_USER_ADDRESS_TEXT
           
static String BINDING_USER_EMAIL_TEXT
           
static String BINDING_USER_GROUPS_VISIBLE
           
static String BINDING_USER_INSCRIPTION_DATE_DATE
           
static String BINDING_USER_NAME_TEXT
           
static String BINDING_USER_PHONE_TEXT
           
static String BINDING_USER_SERVICE_TEXT
           
static String BINDING_VALIDATOR_BEAN
           
protected  Boolean inGroup
           
protected  jaxx.runtime.swing.HBox lastModified
           
static String PROPERTY_IN_GROUP
           
protected  RequestListUI requestListUI
           
protected  JTextField userAddress
           
protected  JTextField userEmail
           
protected  jaxx.runtime.swing.ListSelectorUI<Group> userGroups
           
protected  org.jdesktop.swingx.JXDatePicker userInscriptionDate
           
protected  JTextField userName
           
protected  JTextField userPhone
           
protected  JTextField userService
           
protected  jaxx.runtime.validator.swing.SwingValidator<VradiUserDTO> validator
           
protected  List<String> validatorIds
           
 
Fields inherited from class com.jurismarches.vradi.ui.admin.AdminContentUI
$activeBindings, $bindings, $bindingSources, $objectMap, $previousValues, BINDING_BLOCK_LAYER_UI_BLOCK, BINDING_CANCEL_ENABLED, BINDING_COMMON_ACTIONS_VISIBLE, BINDING_SAVE_ENABLED, blockLayerUI, body, cancel, commonActions, delegateContext, errorTable, log, modified, PROPERTY_MODIFIED, PROPERTY_VALIDE, save, toolbar, valide
 
Fields inherited from class javax.swing.JComponent
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
AdminUserUI()
           
AdminUserUI(jaxx.runtime.JAXXContext parentContext)
           
 
Method Summary
static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()
           
protected  void addChildrenToAdminUserForm()
           
protected  void addChildrenToBody()
           
protected  void addChildrenToToolbar()
           
protected  void addChildrenToValidator()
           
protected  void createAdminUserForm()
           
protected  void createBean()
           
protected  void createBody()
           
protected  void createInGroup()
           
protected  void createLastModified()
           
protected  void createRequestListUI()
           
protected  void createToolbar()
           
protected  void createUserAddress()
           
protected  void createUserEmail()
           
protected  void createUserGroups()
           
protected  void createUserInscriptionDate()
           
protected  void createUserName()
           
protected  void createUserPhone()
           
protected  void createUserService()
           
protected  void createValidator()
           
protected  void deleteFromGroup()
           
 void doActionPerformed__on__$JButton0(ActionEvent event)
           
 void doActionPerformed__on__$JButton1(ActionEvent event)
           
 void doActionPerformed__on__$JButton2(ActionEvent event)
           
 void doActionPerformed__on__$JButton3(ActionEvent event)
           
 void doActionPerformed__on__userInscriptionDate(ActionEvent event)
           
 void doKeyReleased__on__userAddress(KeyEvent event)
           
 void doKeyReleased__on__userEmail(KeyEvent event)
           
 void doKeyReleased__on__userName(KeyEvent event)
           
 void doKeyReleased__on__userPhone(KeyEvent event)
           
 void doKeyReleased__on__userService(KeyEvent event)
           
protected  jaxx.runtime.swing.HidorButton get$HidorButton0()
           
protected  JButton get$JButton0()
           
protected  JButton get$JButton1()
           
protected  JButton get$JButton2()
           
protected  JButton get$JButton3()
           
protected  JLabel get$JLabel0()
           
protected  JLabel get$JLabel1()
           
protected  JLabel get$JLabel2()
           
protected  JLabel get$JLabel3()
           
protected  JLabel get$JLabel4()
           
protected  JLabel get$JLabel5()
           
protected  JLabel get$JLabel6()
           
protected  JLabel get$JLabel7()
           
protected  JPanel get$JPanel0()
           
 jaxx.runtime.swing.Table getAdminUserForm()
           
 VradiUserDTO getBean()
           
 Boolean getInGroup()
           
 jaxx.runtime.swing.HBox getLastModified()
           
 RequestListUI getRequestListUI()
           
 JTextField getUserAddress()
           
 JTextField getUserEmail()
           
 jaxx.runtime.swing.ListSelectorUI<Group> getUserGroups()
           
 org.jdesktop.swingx.JXDatePicker getUserInscriptionDate()
           
 JTextField getUserName()
           
 JTextField getUserPhone()
           
 JTextField getUserService()
           
 jaxx.runtime.validator.swing.SwingValidator<VradiUserDTO> getValidator()
           
 jaxx.runtime.validator.swing.SwingValidator<?> getValidator(String validatorId)
           
 List<String> getValidatorIds()
           
 Boolean isInGroup()
           
protected  void openAddressInBrowser()
           
 void openUI(jaxx.runtime.swing.navigation.tree.NavigationTreeNode node)
           
 void save()
          Save the editing bean
 void setInGroup(Boolean newValue)
           
protected  void updateBeanFromEntity(User bean)
          Transfert incmoing bean into the editing bean.
protected  String updateTitle(String name)
           
 
Methods inherited from class com.jurismarches.vradi.ui.admin.AdminContentUI
addBeanModifiedPCS, addBeanPCSLogger, addChildrenToCommonActions, addPCSLogger, applyDataBinding, closeUI, createBlockLayerUI, createCancel, createCommonActions, createErrorTable, createModified, createSave, createValide, doActionPerformed__on__cancel, doActionPerformed__on__save, doTableChanged__on__errorTable, firePropertyChange, get$objectMap, getBlockLayerUI, getBody, getCancel, getCommonActions, getContextValue, getContextValue, getDataBindings, getDelegateContext, getErrorTable, getHandler, getHelper, getModified, getObjectById, getParentContainer, getParentContainer, getSave, getSelectedEntity, getToolbar, getValide, isModified, isValide, postSave, processDataBinding, processDataBinding, registerDataBinding, removeContextValue, removeContextValue, removeDataBinding, setContextValue, setContextValue, setModified, setValide, updateCollapseIcon
 
Methods inherited from class javax.swing.JPanel
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI
 
Methods inherited from class javax.swing.JComponent
addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusBackward, transferFocusDownCycle, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jaxx.runtime.JAXXObject
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 

Field Detail

PROPERTY_IN_GROUP

public static final String PROPERTY_IN_GROUP
See Also:
Constant Field Values

BINDING_REQUEST_LIST_UI_BEAN

public static final String BINDING_REQUEST_LIST_UI_BEAN
See Also:
Constant Field Values

BINDING_USER_ADDRESS_TEXT

public static final String BINDING_USER_ADDRESS_TEXT
See Also:
Constant Field Values

BINDING_USER_EMAIL_TEXT

public static final String BINDING_USER_EMAIL_TEXT
See Also:
Constant Field Values

BINDING_USER_GROUPS_VISIBLE

public static final String BINDING_USER_GROUPS_VISIBLE
See Also:
Constant Field Values

BINDING_USER_INSCRIPTION_DATE_DATE

public static final String BINDING_USER_INSCRIPTION_DATE_DATE
See Also:
Constant Field Values

BINDING_USER_NAME_TEXT

public static final String BINDING_USER_NAME_TEXT
See Also:
Constant Field Values

BINDING_USER_PHONE_TEXT

public static final String BINDING_USER_PHONE_TEXT
See Also:
Constant Field Values

BINDING_USER_SERVICE_TEXT

public static final String BINDING_USER_SERVICE_TEXT
See Also:
Constant Field Values

BINDING_VALIDATOR_BEAN

public static final String BINDING_VALIDATOR_BEAN
See Also:
Constant Field Values

adminUserForm

protected jaxx.runtime.swing.Table adminUserForm

bean

protected VradiUserDTO bean

inGroup

protected Boolean inGroup

lastModified

protected jaxx.runtime.swing.HBox lastModified

requestListUI

protected RequestListUI requestListUI

userAddress

protected JTextField userAddress

userEmail

protected JTextField userEmail

userGroups

protected jaxx.runtime.swing.ListSelectorUI<Group> userGroups

userInscriptionDate

protected org.jdesktop.swingx.JXDatePicker userInscriptionDate

userName

protected JTextField userName

userPhone

protected JTextField userPhone

userService

protected JTextField userService

validator

protected jaxx.runtime.validator.swing.SwingValidator<VradiUserDTO> validator

validatorIds

protected List<String> validatorIds
Constructor Detail

AdminUserUI

public AdminUserUI()

AdminUserUI

public AdminUserUI(jaxx.runtime.JAXXContext parentContext)
Method Detail

openUI

public void openUI(jaxx.runtime.swing.navigation.tree.NavigationTreeNode node)
            throws Exception
Specified by:
openUI in interface jaxx.runtime.swing.navigation.NavigationContentUI<jaxx.runtime.swing.navigation.tree.NavigationTreeNode>
Overrides:
openUI in class AdminContentUI<User>
Throws:
Exception

save

public void save()
Description copied from class: AdminContentUI
Save the editing bean

Specified by:
save in class AdminContentUI<User>

updateBeanFromEntity

protected void updateBeanFromEntity(User bean)
Description copied from class: AdminContentUI
Transfert incmoing bean into the editing bean.

Specified by:
updateBeanFromEntity in class AdminContentUI<User>
Parameters:
bean - the incoming bean

deleteFromGroup

protected void deleteFromGroup()

updateTitle

protected String updateTitle(String name)

openAddressInBrowser

protected void openAddressInBrowser()

$getJAXXObjectDescriptor

public static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()

getValidator

public jaxx.runtime.validator.swing.SwingValidator<VradiUserDTO> getValidator()

getValidator

public jaxx.runtime.validator.swing.SwingValidator<?> getValidator(String validatorId)
Specified by:
getValidator in interface jaxx.runtime.JAXXValidator

getValidatorIds

public List<String> getValidatorIds()
Specified by:
getValidatorIds in interface jaxx.runtime.JAXXValidator

doActionPerformed__on__$JButton0

public void doActionPerformed__on__$JButton0(ActionEvent event)

doActionPerformed__on__$JButton1

public void doActionPerformed__on__$JButton1(ActionEvent event)

doActionPerformed__on__$JButton2

public void doActionPerformed__on__$JButton2(ActionEvent event)

doActionPerformed__on__$JButton3

public void doActionPerformed__on__$JButton3(ActionEvent event)

doActionPerformed__on__userInscriptionDate

public void doActionPerformed__on__userInscriptionDate(ActionEvent event)

doKeyReleased__on__userAddress

public void doKeyReleased__on__userAddress(KeyEvent event)

doKeyReleased__on__userEmail

public void doKeyReleased__on__userEmail(KeyEvent event)

doKeyReleased__on__userName

public void doKeyReleased__on__userName(KeyEvent event)

doKeyReleased__on__userPhone

public void doKeyReleased__on__userPhone(KeyEvent event)

doKeyReleased__on__userService

public void doKeyReleased__on__userService(KeyEvent event)

getAdminUserForm

public jaxx.runtime.swing.Table getAdminUserForm()

getBean

public VradiUserDTO getBean()
Specified by:
getBean in class AdminContentUI<User>
Returns:
the editing bean of the content

getInGroup

public Boolean getInGroup()

getLastModified

public jaxx.runtime.swing.HBox getLastModified()

getRequestListUI

public RequestListUI getRequestListUI()

getUserAddress

public JTextField getUserAddress()

getUserEmail

public JTextField getUserEmail()

getUserGroups

public jaxx.runtime.swing.ListSelectorUI<Group> getUserGroups()

getUserInscriptionDate

public org.jdesktop.swingx.JXDatePicker getUserInscriptionDate()

getUserName

public JTextField getUserName()

getUserPhone

public JTextField getUserPhone()

getUserService

public JTextField getUserService()

isInGroup

public Boolean isInGroup()

setInGroup

public void setInGroup(Boolean newValue)

get$JLabel0

protected JLabel get$JLabel0()

get$JPanel0

protected JPanel get$JPanel0()

get$JButton0

protected JButton get$JButton0()

get$JButton1

protected JButton get$JButton1()

get$JButton2

protected JButton get$JButton2()

get$HidorButton0

protected jaxx.runtime.swing.HidorButton get$HidorButton0()

get$JLabel1

protected JLabel get$JLabel1()

get$JLabel2

protected JLabel get$JLabel2()

get$JLabel3

protected JLabel get$JLabel3()

get$JButton3

protected JButton get$JButton3()

get$JLabel4

protected JLabel get$JLabel4()

get$JLabel5

protected JLabel get$JLabel5()

get$JLabel6

protected JLabel get$JLabel6()

get$JLabel7

protected JLabel get$JLabel7()

addChildrenToAdminUserForm

protected void addChildrenToAdminUserForm()

addChildrenToBody

protected void addChildrenToBody()

addChildrenToToolbar

protected void addChildrenToToolbar()

addChildrenToValidator

protected void addChildrenToValidator()

createAdminUserForm

protected void createAdminUserForm()

createBean

protected void createBean()

createBody

protected void createBody()
Overrides:
createBody in class AdminContentUI<User>

createInGroup

protected void createInGroup()

createLastModified

protected void createLastModified()

createRequestListUI

protected void createRequestListUI()

createToolbar

protected void createToolbar()
Overrides:
createToolbar in class AdminContentUI<User>

createUserAddress

protected void createUserAddress()

createUserEmail

protected void createUserEmail()

createUserGroups

protected void createUserGroups()

createUserInscriptionDate

protected void createUserInscriptionDate()

createUserName

protected void createUserName()

createUserPhone

protected void createUserPhone()

createUserService

protected void createUserService()

createValidator

protected void createValidator()


Copyright © 2009-2010 JurisMarches. All Rights Reserved.