Serialized Form
serialVersionUID: 1L
id
String id
javaClassName
String javaClassName
styleClass
String styleClass
parent
ComponentDescriptor parent
serialVersionUID: 1L
descriptors
ComponentDescriptor[] descriptors
stylesheet
Stylesheet stylesheet
|
Package jaxx.runtime.context |
serialVersionUID: 1L
name
String name
- name of the entry, can be nuill for a unamed entry.
klass
Class<T> klass
- class of the entry, can not be null
serialVersionUID: 1L
selectors
Selector[] selectors
properties
Map<K,V> properties
serialVersionUID: 1L
javaClassName
String javaClassName
styleClass
String styleClass
pseudoClass
String pseudoClass
id
String id
inline
boolean inline
serialVersionUID: 1L
rules
Rule[] rules
|
Package jaxx.runtime.decorator |
serialVersionUID: -1L
internalClass
Class<T> internalClass
- Type of the data to decorate
serialVersionUID: 1L
context
JXPathDecorator.Context<O> context
- the computed context of the decorator
nbToken
int nbToken
- nb jxpath tokens to compute
initialExpression
String initialExpression
- the initial expression used to compute the decorator context.
serialVersionUID: 1L
expression
String expression
- expression to format using
String.format(String, Object...), all variables are compute
using using the jxpath tokens.
tokens
String[] tokens
- list of jxpath tokens to apply on expression
serialVersionUID: 1L
contexts
JXPathDecorator.Context<O>[] contexts
- Contexts of the decorator
separator
String separator
- context separator
separatorReplacement
String separatorReplacement
- context separator replacement
serialVersionUID: 1L
property
String property
- name of property
|
Package jaxx.runtime.swing |
serialVersionUID: 1L
serialVersionUID: 1L
contexts
List<E> contexts
- list of already loaded context (since the
CardLayout.vector attribute is package visible...
useOnlyVisibleComponentDimension
boolean useOnlyVisibleComponentDimension
- A flag to compute dimension only on visible component.
This is usefull when we only care of the visible component.
serialVersionUID: 1L
pcs
PropertyChangeSupport pcs
- pour propager les changements dans le modèle vers l'ui
selected
String selected
- le contenu sélectionné
containerName
String containerName
ui
JAXXObject ui
container
Container container
serialVersionUID: -3626882543530638704L
serialVersionUID: 1L
margin
Insets margin
serialVersionUID: 1L
listenerList
EventListenerList listenerList
propertyChangeSupport
PropertyChangeSupport propertyChangeSupport
useToolTipText
boolean useToolTipText
serialVersionUID: 1L
serialVersionUID: -8940733376638766414L
items
List<E> items
selectedItem
Object selectedItem
serialVersionUID: 1L
serialVersionUID: -1598924187490122036L
items
List<E> items
serialVersionUID: 1L
serialVersionUID: 1L
glueText
String glueText
normalText
String normalText
glueTooltipText
String glueTooltipText
normalTooltipText
String normalTooltipText
normalMnemonic
int normalMnemonic
glueMnemonic
int glueMnemonic
_init
boolean _init
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
tableConstraints
GridBagConstraints tableConstraints
rowConstraints
GridBagConstraints rowConstraints
cellConstraints
GridBagConstraints cellConstraints
serialVersionUID: 1L
margin
Insets margin
|
Package jaxx.runtime.swing.editor |
serialVersionUID: 2693771553067104538L
type
Class<T> type
serialVersionUID: -6777873426011538807L
type
Locale[] type
serialVersionUID: 1L
requireSelect
boolean requireSelect
|
Package jaxx.runtime.swing.navigation |
serialVersionUID: 1L
layout
CardLayout layout
serialVersionUID: 1L
associatedClass
Class<T> associatedClass
serialVersionUID: 1L
context
JAXXContext context
- UI which contains navigation tree
strategy
NavigationTreeHandler.Strategy strategy
- UI Instanciation strategy
contextHelper
NavigationTreeContextHelper contextHelper
- JAXXContext access helper.
- Since:
- 1.7.2
serialVersionUID: 1L
pathSeparator
String pathSeparator
- The path separator used to build the
NavigationTreeNode.fullPath.
- See Also:
NavigationTreeNode.getNodePath(),
NavigationTreeNode.getFullPath()
context
JAXXContext context
- Context to retrieve beans
serialVersionUID: 1L
pathSeparator
String pathSeparator
- The path separator used to build the
NavigationTreeNode.fullPath.
- See Also:
NavigationTreeNode.path,
NavigationTreeNode.fullPath
path
String path
- The node path.
Used to build the
NavigationTreeNode.fullPath which gives a unique identifier of the
node.
- See Also:
NavigationTreeNode.pathSeparator,
NavigationTreeNode.fullPath
fullPath
String fullPath
- The full path for the node from the rood node.
This path is build by appending nodes
NavigationTreeNode.path from the root node
to this node, between each path we introduce the NavigationTreeNode.pathSeparator.
Exemple :
root
$root
`-- child1
`-- child2
will given $root/child1/child2.
- See Also:
NavigationTreeNode.pathSeparator,
NavigationTreeNode.path
uIClass
Class<T> uIClass
- The UI class associated with the node.
This class can be
null, in that case, the
NavigationTreeModelBuilder.defaultUIClass will be used while
building the model.
uIHandlerClass
Class<T> uIHandlerClass
- The UI handler class associated with the node.
This class can be
null, in that case, the
NavigationTreeModelBuilder.defaultUIHandlerClass will be used
while building the model.
jaxxContextEntryDef
JAXXContextEntryDef<O> jaxxContextEntryDef
- The context entry definition to retrieve the bean.
Note: If not set - the
bean will be retrieve on a ancestor
node.
jaxxContextEntryPath
String jaxxContextEntryPath
- The jxPath to process to obtain real
bean from the data retrieve
in the context.
Note: If not set -no jxpath will be apply on the bean from context.
internalClass
Class<T> internalClass
- The type of the related bean associated with the node.
Note: This type is here to override the NodeRenderer internalClass, since
we could need to override this data.
If this property is let to null, then we will use the NodeRenderer one
serialVersionUID: -1L
decorator
Decorator<O> decorator
- Decorator
internalClass
Class<T> internalClass
- internal class of representing data
text
String text
- last renderered value
serialVersionUID: -1L
libelle
String libelle
- Static i18n label to render
internalClass
Class<T> internalClass
- internal class of representing data
text
String text
- last renderered value
|
Package jaxx.runtime.swing.renderer |
serialVersionUID: 1L
defaultDelegate
TableCellRenderer defaultDelegate
checkBox
JCheckBox checkBox
serialVersionUID: 1L
cache
Map<K,V> cache
showIcon
boolean showIcon
showText
boolean showText
|
Package jaxx.runtime.swing.wizard |
|
Package jaxx.runtime.validator |
serialVersionUID: 1L
field
BeanValidatorField<B> field
- the field impacted by the validator
scope
BeanValidatorScope scope
- the scope impacted by the event
messagestoAdd
String[] messagestoAdd
messagestoDelete
String[] messagestoDelete
|
Package jaxx.runtime.validator.swing |
serialVersionUID: 1L
data
List<E> data
- list of messages actual displayed
serialVersionUID: 1L
format
String format
formatTip
String formatTip
serialVersionUID: 1L
data
List<E> data
- list of messages actual displayed
serialVersionUID: 1L
Copyright © 2008-2010 CodeLutin. All Rights Reserved.