org.chorem.vradi.ui.admin.content
Class AdminFormTypeUI

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 org.chorem.vradi.ui.admin.AdminContentUI<org.nuiton.wikitty.entities.WikittyExtension>
                      extended by org.chorem.vradi.ui.admin.content.AdminFormTypeUI
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, jaxx.runtime.JAXXContext, jaxx.runtime.JAXXObject

public class AdminFormTypeUI
extends AdminContentUI<org.nuiton.wikitty.entities.WikittyExtension>

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  org.nuiton.wikitty.entities.WikittyExtension bean
           
protected  jaxx.runtime.swing.CardLayout2 cardLayout
           
protected  JPanel cardPanel
           
protected  jaxx.runtime.swing.VBox content
           
protected  JButton createField
           
protected  JButton createForm
           
protected  JButton downloadTemplate
           
protected  jaxx.runtime.swing.Table fieldListUI
           
protected  TemplateFieldTableModel fieldsModel
           
protected  jaxx.runtime.swing.HidorButton hidorInfogene
           
protected  JPanel infogene
           
protected  jaxx.runtime.swing.HBox lastModified
           
protected  JButton newTemplate
           
static String PROPERTY_BEAN
           
static String PROPERTY_FIELDS_MODEL
           
protected  JButton templateBindingButton
           
protected  JComboBox templateChoice
           
protected  JButton templateExampleButton
           
protected  JLabel title
           
protected  org.nuiton.wikitty.entities.WikittyI18n wikittyI18n
           
 
Fields inherited from class org.chorem.vradi.ui.admin.AdminContentUI
$activeBindings, $bindings, $bindingSources, $objectMap, $previousValues, BINDING_BLOCK_LAYER_UI_BLOCK, BINDING_CANCEL_ENABLED, BINDING_COMMON_ACTIONS_VISIBLE, BINDING_CREATE_ENABLED, BINDING_CREATE_VISIBLE, BINDING_SAVE_ENABLED, BINDING_SAVE_VISIBLE, blockLayerUI, body, cancel, commonActions, create, creation, delegateContext, errorTable, lastModifiedPanel, modified, PROPERTY_CREATION, 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
AdminFormTypeUI()
           
AdminFormTypeUI(boolean param0)
           
AdminFormTypeUI(jaxx.runtime.JAXXContext param0)
           
AdminFormTypeUI(jaxx.runtime.JAXXContext param0, boolean param1)
           
AdminFormTypeUI(jaxx.runtime.JAXXContext param0, LayoutManager param1)
           
AdminFormTypeUI(jaxx.runtime.JAXXContext param0, LayoutManager param1, boolean param2)
           
AdminFormTypeUI(LayoutManager param0)
           
AdminFormTypeUI(LayoutManager param0, boolean param1)
           
 
Method Summary
static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()
           
protected  void addChildrenToBody()
           
protected  void addChildrenToCardPanel()
           
protected  void addChildrenToFieldListUI()
           
protected  void addChildrenToToolbar()
           
protected  void addNewTemplate()
           
protected  void clearUI()
           
protected  void create()
           
protected  FieldSelectUI create(FieldSelectModel fieldSelectModel, boolean isInfogene)
           
protected  void createBean()
           
protected  void createBody()
           
protected  void createCardLayout()
           
protected  void createCardPanel()
           
protected  void createContent()
           
protected  void createCreateField()
           
protected  void createCreateForm()
           
protected  void createDownloadTemplate()
           
protected  void createFieldListUI()
           
protected  void createFieldsModel()
           
protected  void createHidorInfogene()
           
protected  void createInfogene()
           
protected  void createLastModified()
           
protected  void createNewTemplate()
           
protected  void createTemplateBindingButton()
           
protected  void createTemplateChoice()
           
protected  void createTemplateExampleButton()
           
protected  void createTitle()
           
protected  void createToolbar()
           
 void doActionPerformed__on__$JButton0(ActionEvent event)
           
 void doActionPerformed__on__createField(ActionEvent event)
           
 void doActionPerformed__on__createForm(ActionEvent event)
           
 void doActionPerformed__on__downloadTemplate(ActionEvent event)
           
 void doActionPerformed__on__hidorInfogene(ActionEvent event)
           
 void doActionPerformed__on__newTemplate(ActionEvent event)
           
 void doActionPerformed__on__templateBindingButton(ActionEvent event)
           
 void doActionPerformed__on__templateChoice(ActionEvent event)
           
 void doActionPerformed__on__templateExampleButton(ActionEvent event)
           
protected  JButton get$JButton0()
           
protected  JLabel get$JLabel0()
           
protected  JLabel get$JLabel1()
           
protected  JPanel get$JPanel0()
           
protected  JPanel get$JPanel1()
           
protected  JScrollPane get$JScrollPane0()
           
 org.nuiton.wikitty.entities.WikittyExtension getBean()
           
 jaxx.runtime.swing.CardLayout2 getCardLayout()
           
 JPanel getCardPanel()
           
 jaxx.runtime.swing.VBox getContent()
           
 JButton getCreateField()
           
 JButton getCreateForm()
           
 JButton getDownloadTemplate()
           
 jaxx.runtime.swing.Table getFieldListUI()
           
 TemplateFieldTableModel getFieldsModel()
           
 jaxx.runtime.swing.HidorButton getHidorInfogene()
           
 JPanel getInfogene()
           
 jaxx.runtime.swing.HBox getLastModified()
           
 JButton getNewTemplate()
           
 JButton getTemplateBindingButton()
           
 JComboBox getTemplateChoice()
           
 JButton getTemplateExampleButton()
           
 JLabel getTitle()
           
 org.nuiton.wikitty.entities.WikittyI18n getWikittyI18n()
           
protected  void postLoadBean()
          Call after set bean
 void save()
          Save the editing bean
 void setBean(org.nuiton.wikitty.entities.WikittyExtension bean)
           
 void setFieldsModel(TemplateFieldTableModel fieldsModel)
           
 void setWikittyI18n(org.nuiton.wikitty.entities.WikittyI18n wikittyI18n)
           
 
Methods inherited from class org.chorem.vradi.ui.admin.AdminContentUI
addBusinessEntityModifiedPCS, addBusinessEntityPCSLogger, addChildrenToCommonActions, addPCSLogger, applyDataBinding, cancel, createBlockLayerUI, createCancel, createCommonActions, createCreate, createCreation, createErrorTable, createLastModifiedPanel, createModified, createSave, createValide, doActionPerformed__on__cancel, doActionPerformed__on__create, doActionPerformed__on__save, doTableChanged__on__errorTable, firePropertyChange, get$objectMap, getBlockLayerUI, getBody, getCancel, getCommonActions, getContextValue, getContextValue, getCreate, getCreation, getDataBindings, getDelegateContext, getErrorTable, getHandler, getHelper, getLastModifiedPanel, getModified, getObjectById, getParentContainer, getParentContainer, getSave, getToolbar, getValide, isCreation, isInCreation, isModified, isValide, postSave, processDataBinding, processDataBinding, registerDataBinding, removeContextValue, removeContextValue, removeDataBinding, setContextValue, setContextValue, setCreation, 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_BEAN

public static final String PROPERTY_BEAN
See Also:
Constant Field Values

PROPERTY_FIELDS_MODEL

public static final String PROPERTY_FIELDS_MODEL
See Also:
Constant Field Values

bean

protected org.nuiton.wikitty.entities.WikittyExtension bean

cardLayout

protected jaxx.runtime.swing.CardLayout2 cardLayout

cardPanel

protected JPanel cardPanel

content

protected jaxx.runtime.swing.VBox content

createField

protected JButton createField

createForm

protected JButton createForm

downloadTemplate

protected JButton downloadTemplate

fieldListUI

protected jaxx.runtime.swing.Table fieldListUI

fieldsModel

protected TemplateFieldTableModel fieldsModel

hidorInfogene

protected jaxx.runtime.swing.HidorButton hidorInfogene

infogene

protected JPanel infogene

lastModified

protected jaxx.runtime.swing.HBox lastModified

newTemplate

protected JButton newTemplate

templateBindingButton

protected JButton templateBindingButton

templateChoice

protected JComboBox templateChoice

templateExampleButton

protected JButton templateExampleButton

title

protected JLabel title

wikittyI18n

protected org.nuiton.wikitty.entities.WikittyI18n wikittyI18n
Constructor Detail

AdminFormTypeUI

public AdminFormTypeUI(LayoutManager param0,
                       boolean param1)

AdminFormTypeUI

public AdminFormTypeUI(jaxx.runtime.JAXXContext param0,
                       LayoutManager param1,
                       boolean param2)

AdminFormTypeUI

public AdminFormTypeUI(LayoutManager param0)

AdminFormTypeUI

public AdminFormTypeUI(jaxx.runtime.JAXXContext param0,
                       LayoutManager param1)

AdminFormTypeUI

public AdminFormTypeUI(boolean param0)

AdminFormTypeUI

public AdminFormTypeUI(jaxx.runtime.JAXXContext param0,
                       boolean param1)

AdminFormTypeUI

public AdminFormTypeUI()

AdminFormTypeUI

public AdminFormTypeUI(jaxx.runtime.JAXXContext param0)
Method Detail

getWikittyI18n

public org.nuiton.wikitty.entities.WikittyI18n getWikittyI18n()

setWikittyI18n

public void setWikittyI18n(org.nuiton.wikitty.entities.WikittyI18n wikittyI18n)

postLoadBean

protected void postLoadBean()
Description copied from class: AdminContentUI
Call after set bean

Specified by:
postLoadBean in class AdminContentUI<org.nuiton.wikitty.entities.WikittyExtension>

save

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

Specified by:
save in class AdminContentUI<org.nuiton.wikitty.entities.WikittyExtension>

clearUI

protected void clearUI()
Specified by:
clearUI in class AdminContentUI<org.nuiton.wikitty.entities.WikittyExtension>

create

protected void create()

create

protected FieldSelectUI create(FieldSelectModel fieldSelectModel,
                               boolean isInfogene)

addNewTemplate

protected void addNewTemplate()

$getJAXXObjectDescriptor

public static jaxx.runtime.JAXXObjectDescriptor $getJAXXObjectDescriptor()

doActionPerformed__on__$JButton0

public void doActionPerformed__on__$JButton0(ActionEvent event)

doActionPerformed__on__createField

public void doActionPerformed__on__createField(ActionEvent event)

doActionPerformed__on__createForm

public void doActionPerformed__on__createForm(ActionEvent event)

doActionPerformed__on__downloadTemplate

public void doActionPerformed__on__downloadTemplate(ActionEvent event)

doActionPerformed__on__hidorInfogene

public void doActionPerformed__on__hidorInfogene(ActionEvent event)

doActionPerformed__on__newTemplate

public void doActionPerformed__on__newTemplate(ActionEvent event)

doActionPerformed__on__templateBindingButton

public void doActionPerformed__on__templateBindingButton(ActionEvent event)

doActionPerformed__on__templateChoice

public void doActionPerformed__on__templateChoice(ActionEvent event)

doActionPerformed__on__templateExampleButton

public void doActionPerformed__on__templateExampleButton(ActionEvent event)

getBean

public org.nuiton.wikitty.entities.WikittyExtension getBean()
Specified by:
getBean in class AdminContentUI<org.nuiton.wikitty.entities.WikittyExtension>
Returns:
the editing bean of the content

getCardLayout

public jaxx.runtime.swing.CardLayout2 getCardLayout()

getCardPanel

public JPanel getCardPanel()

getContent

public jaxx.runtime.swing.VBox getContent()

getCreateField

public JButton getCreateField()

getCreateForm

public JButton getCreateForm()

getDownloadTemplate

public JButton getDownloadTemplate()

getFieldListUI

public jaxx.runtime.swing.Table getFieldListUI()

getFieldsModel

public TemplateFieldTableModel getFieldsModel()

getHidorInfogene

public jaxx.runtime.swing.HidorButton getHidorInfogene()

getInfogene

public JPanel getInfogene()

getLastModified

public jaxx.runtime.swing.HBox getLastModified()

getNewTemplate

public JButton getNewTemplate()

getTemplateBindingButton

public JButton getTemplateBindingButton()

getTemplateChoice

public JComboBox getTemplateChoice()

getTemplateExampleButton

public JButton getTemplateExampleButton()

getTitle

public JLabel getTitle()

setBean

public void setBean(org.nuiton.wikitty.entities.WikittyExtension bean)
Specified by:
setBean in class AdminContentUI<org.nuiton.wikitty.entities.WikittyExtension>
Parameters:
bean - selected

setFieldsModel

public void setFieldsModel(TemplateFieldTableModel fieldsModel)

get$JButton0

protected JButton get$JButton0()

get$JLabel0

protected JLabel get$JLabel0()

get$JPanel0

protected JPanel get$JPanel0()

get$JScrollPane0

protected JScrollPane get$JScrollPane0()

get$JPanel1

protected JPanel get$JPanel1()
Overrides:
get$JPanel1 in class AdminContentUI<org.nuiton.wikitty.entities.WikittyExtension>

get$JLabel1

protected JLabel get$JLabel1()

addChildrenToBody

protected void addChildrenToBody()

addChildrenToCardPanel

protected void addChildrenToCardPanel()

addChildrenToFieldListUI

protected void addChildrenToFieldListUI()

addChildrenToToolbar

protected void addChildrenToToolbar()

createBean

protected void createBean()

createBody

protected void createBody()
Overrides:
createBody in class AdminContentUI<org.nuiton.wikitty.entities.WikittyExtension>

createCardLayout

protected void createCardLayout()

createCardPanel

protected void createCardPanel()

createContent

protected void createContent()

createCreateField

protected void createCreateField()

createCreateForm

protected void createCreateForm()

createDownloadTemplate

protected void createDownloadTemplate()

createFieldListUI

protected void createFieldListUI()

createFieldsModel

protected void createFieldsModel()

createHidorInfogene

protected void createHidorInfogene()

createInfogene

protected void createInfogene()

createLastModified

protected void createLastModified()

createNewTemplate

protected void createNewTemplate()

createTemplateBindingButton

protected void createTemplateBindingButton()

createTemplateChoice

protected void createTemplateChoice()

createTemplateExampleButton

protected void createTemplateExampleButton()

createTitle

protected void createTitle()

createToolbar

protected void createToolbar()
Overrides:
createToolbar in class AdminContentUI<org.nuiton.wikitty.entities.WikittyExtension>


Copyright © 2009-2011 CodeLutin. All Rights Reserved.