Serialized Form
serialVersionUID: 2951486214657704539L
updateCount
int updateCount
updateMode
boolean updateMode
suppressMode
boolean suppressMode
acceptChanges
boolean acceptChanges
fullReplaceUpdates
Map<K,V> fullReplaceUpdates
fineGrainedUpdates
Map<K,V> fineGrainedUpdates
componentsToReload
Set<E> componentsToReload
- All the components to reload. A LinkedHashSet to have an ordered sequence that allows for fast lookup.
baseParameters
String baseParameters
hasQuestMark
boolean hasQuestMark
eventEpoch
String eventEpoch
resource
String resource
parameters
StringBuilder parameters
characterEncoding
String characterEncoding
- Current session encoding used for URLEncoder.
serialVersionUID: 512L
id
String id
extension
String extension
mimeType
String mimeType
headers
Collection<E> headers
serialVersionUID: 512L
key
String key
value
Serializable value
changeFromEvent
boolean changeFromEvent
fwdAdjustmentEvents
ChangeListener fwdAdjustmentEvents
- All changes from the model are treated as though the user moved
the scrollbar knob.
model
SBoundedRangeModel model
- The model that represents the scrollbar's minimum, maximum, extent
(aka "visibleAmount") and current value.
- See Also:
SAbstractAdjustable.setModel(org.wings.SBoundedRangeModel)
unitIncrement
int unitIncrement
- See Also:
SAbstractAdjustable.setUnitIncrement(int)
blockIncrement
int blockIncrement
- See Also:
SAbstractAdjustable.setBlockIncrement(int)
orientation
int orientation
- See Also:
SAbstractAdjustable.setBlockIncrement(int)
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
type
String type
buttonGroup
SButtonGroup buttonGroup
actionCommand
String actionCommand
eventTarget
String eventTarget
action
Action action
actionPropertyChangeListener
PropertyChangeListener actionPropertyChangeListener
mnemonic
String mnemonic
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
wordWrap
boolean wordWrap
width
int width
- The width of the icon. This is the width it is rendered, not
the real width of the icon. A value <0 means, no width is rendered
height
int height
- The height of the icon. This is the height it is rendered, not
the real width of the icon. A value <0 means, no height is rendered
title
String title
- Title of icon,
"" if not set.
model
SButtonModel model
changeListener
ChangeListener changeListener
- The button model's
changeListener.
text
String text
- the text the button is showing
icon
SIcon icon
- The icon to be displayed
disabledIcon
SIcon disabledIcon
selectedIcon
SIcon selectedIcon
pressedIcon
SIcon pressedIcon
disabledSelectedIcon
SIcon disabledSelectedIcon
rolloverIcon
SIcon rolloverIcon
rolloverSelectedIcon
SIcon rolloverSelectedIcon
verticalTextPosition
int verticalTextPosition
horizontalTextPosition
int horizontalTextPosition
iconTextGap
int iconTextGap
delayEvents
boolean delayEvents
delayedEvent
boolean delayedEvent
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
container
SContainer container
- The container using this layout
preferredSize
SDimension preferredSize
- Preferred size of component in pixel.
border
int border
url
SimpleURL url
- the URL to link to.
target
String target
- the target frame/window.
components
Map<K,V> components
hgap
int hgap
- The horizontal gap (in pixels) specifiying the space
between columns. They can be changed at any time.
This should be a non-negative integer.
vgap
int vgap
- The vertical gap (in pixels) which specifiying the space
between rows. They can be changed at any time.
This should be a non negative integer.
components
ArrayList<E> components
orientation
int orientation
align
int align
borderThickness
int borderThickness
hgap
int hgap
- The horizontal gap (in pixels) specifiying the space
between columns. They can be changed at any time.
This should be a non-negative integer.
vgap
int vgap
- The vertical gap (in pixels) which specifiying the space
between rows. They can be changed at any time.
This should be a non negative integer.
actionCommandToFire
String actionCommandToFire
buttons
ArrayList<E> buttons
selection
SAbstractButton selection
listenerList
EventListenerList listenerList
delayEvents
boolean delayEvents
- indicates if we should fire event immediately when they arise, or if we
should collect them for a later delivery
delayedEvents
ArrayList<E> delayedEvents
- all delayed events are stored here.
iconData
byte[] iconData
width
int width
height
int height
title
String title
- Title of icon,
"" if not set.
tab
HashMap<K,V> tab
event
String event
- if this is set (!=null) this event is rendered as anchor. If it is null,
the anchor in the AnchorRenderStack is rendered
requestTarget
LowLevelEventListener requestTarget
- if this is set (!=null) this event is rendered as anchor. If it is null,
the anchor in the AnchorRenderStack is rendered
dataModel
ComboBoxModel dataModel
- The model.
- See Also:
ComboBoxModel
renderer
SListCellRenderer renderer
- The renderer used for cell rendering each cell.
- See Also:
SListCellRenderer
maximumRowCount
int maximumRowCount
- how many rows are displayed in the popup window
actionCommand
String actionCommand
- action command to fire
cellRendererPane
SCellRendererPane cellRendererPane
selectedItemReminder
Object selectedItemReminder
- This protected field is implementation specific. Do not access directly
or override.
firingActionEvent
boolean firingActionEvent
selectingItem
boolean selectingItem
delayEvent
boolean delayEvent
delayedEvent
boolean delayedEvent
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
name
String name
verticalAlignment
int verticalAlignment
- Vertical alignment
horizontalAlignment
int horizontalAlignment
- Horizontal alignment
style
String style
- The name of the style class
dynamicStyles
Map<K,V> dynamicStyles
- Map of
Selector to CSS Styles currently assigned to this component.
visible
boolean visible
- Visibility of the component.
enabled
boolean enabled
- Enabled / disabled.
parent
SContainer parent
- The container, this component resides in.
parentFrame
SFrame parentFrame
- The frame in which this component resides.
border
SBorder border
- The border for the component.
tooltip
String tooltip
- The tooltip for this component.
focusTraversalIndex
int focusTraversalIndex
- The focus traversal Index
preferredSize
SDimension preferredSize
- Preferred size of component in pixel.
fireComponentChangeEvents
boolean fireComponentChangeEvents
- This is for performance optimizations. With this flag is set, property change
events are generated and so every property setter method has to test if a property
has changed and temporarily store the old value to generate the property
change event
fireParentFrameChangeEvents
boolean fireParentFrameChangeEvents
- Generate and fire
SParentFrameEvents. Performace optimitation
fireRenderEvents
boolean fireRenderEvents
- Flag indiccating if
SRenderEvents should be fired. Used for performace reasons
listeners
EventListenerList listeners
- All event listeners of this component
showAsFormComponent
boolean showAsFormComponent
reloadForced
boolean reloadForced
popupMenu
SPopupMenu popupMenu
inputMaps
InputMap[] inputMaps
scriptListenerList
List<E> scriptListenerList
- Contains all script listeners of the component.
actionMap
ActionMap actionMap
actionEvents
Map<K,V> actionEvents
globalInputMapListener
SParentFrameListener globalInputMapListener
clientProperties
Map<K,V> clientProperties
propertyChangeSupport
PropertyChangeSupport propertyChangeSupport
- PropertyChangeSupport
layout
SLayoutManager layout
- The layout for the component.
componentList
ArrayList<E> componentList
- The components in this container.
constraintList
ArrayList<E> constraintList
- The constraints for the components.
delayEvents
boolean delayEvents
- indicates if we should fire event immediately when they arise, or if we
should collect them for a later delivery
gotDelayedEvent
boolean gotDelayedEvent
- got a delayed Event?
selected
boolean selected
listeners
EventListenerList listeners
serialVersionUID: 1L
messageLabel
SLabel messageLabel
- Label for displaying (error)-messages. It is unvisible, until a message
is set.
editorPanel
org.wings.SDefaultCellEditor.EditorPanel editorPanel
- Panel for edit fields.
ok
SClickable ok
- If this button is pressed, editing is tried to stop. If input validation
found no error, editing is stopped, else an error message is displayed
cancel
SClickable cancel
- If this button is pressed, editing is canceled.
listenerList
EventListenerList listenerList
- Store here the CellEditorListener
fastEditSupport
boolean fastEditSupport
- Fast edit support is editing with reduced interaction. E.g. a boolean
value can only have to states, true or false. So if editing is started,
the editor just flips the state and fires editing stopped.
delegate
SDefaultCellEditor.EditorDelegate delegate
editorComponent
SComponent editorComponent
changeEvent
ChangeEvent changeEvent
selectedItem
Object selectedItem
nameBuffer
StringBuilder nameBuffer
selectionStyle
String selectionStyle
- Style class to use for the foreground for selected nodes.
nonSelectionStyle
String nonSelectionStyle
- Style class to use for the foreground for non-selected nodes.
data
ArrayList<E> data
noSelection
boolean noSelection
- indicates the the selection model is in
SListSelectionModel.NO_SELECTION mode. This
is necessary, because we cannot set the selection mode of the swing
DefaultSelectionModel to a value we want (it does not provide
for NO_SELEFCTION), so we have to wrap it...
delayEvents
boolean delayEvents
- indicates if we should fire event immediately when they arise, or if we
should collect them for a later delivery
fireAdjustingEvents
boolean fireAdjustingEvents
- should we fire adjusting events. This is an optimization feature. In most
scenarios we don't need that events. In fact I cannot imagine a scenario
where we need this events...
delayedEvents
ArrayList<E> delayedEvents
- all delayed events are stored here.
listener
SInternalFrameListener listener
title
String title
- The Title of the Dialog Frame
icon
SIcon icon
modal
boolean modal
draggable
boolean draggable
closable
boolean closable
closed
boolean closed
widthInt
int widthInt
heightInt
int heightInt
widthUnit
String widthUnit
heightUnit
String heightUnit
resource
Resource resource
columns
int columns
- maximum visible amount of characters in the file chooser.
fileNameFilter
String fileNameFilter
filter
Class<T> filter
fileDir
String fileDir
fileName
String fileName
fileId
String fileId
fileType
String fileType
currentFile
org.wings.SFileChooser.TempFile currentFile
- the temporary file created on upload. This file is automatically
removed if and when it is not accessible anymore.
exception
IOException exception
- the temporary file created on upload. This file is automatically
removed if and when it is not accessible anymore.
parentForm
SForm parentForm
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
width
int width
- The width to display the icon. This overwrites the real width of the icon. Ignored, if <0
height
int height
- The height to display the icon. This overwrites the real height of the icon. Ignored, if <0
title
String title
- Title of icon,
"" if not set.
components
List<E> components
- List of layouted components.
align
int align
- Alignment (left, center, right) of components.
hgap
int hgap
- The horizontal gap (in pixels) specifiying the space
between columns. They can be changed at any time.
This should be a non-negative integer.
vgap
int vgap
- The vertical gap (in pixels) which specifiying the space
between rows. They can be changed at any time.
This should be a non negative integer.
style
int style
face
String face
size
int size
postMethod
boolean postMethod
- Use method POST for submission of the data.
encType
String encType
- EncondingType for submission of the data.
action
URL action
- Target URL to which data should be sent to
listenerList
EventListenerList listenerList
actionCommand
String actionCommand
defaultButton
SButton defaultButton
- the button, that is activated, if no other button is pressed in this
form.
fileChooserCount
int fileChooserCount
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
focusLostBehavior
int focusLostBehavior
value
Object value
formatter
SAbstractFormatter formatter
factory
SFormattedTextField.SAbstractFormatterFactory factory
title
String title
- The Title of the Frame.
headers
List<E> headers
- A list of all header used by this frame.
styleSheet
StyleSheet styleSheet
- the style sheet used in certain look and feels.
statusLine
String statusLine
eventEpoch
int eventEpoch
- The event epoch of this frame which is incremented with each invalidation.
epochCache
String epochCache
- The event epoch of this frame represented as a (preferably short) string.
requestURL
RequestURL requestURL
targetResource
String targetResource
dynamicResources
HashMap<K,V> dynamicResources
updateEnabled
boolean updateEnabled
updateCursor
Map<K,V> updateCursor
autoAdjustLayout
Map<K,V> autoAdjustLayout
focusComponent
SComponent focusComponent
backButton
SButton backButton
- See Also:
SFrame.setBackButton(SButton)
backbuttonRequestListener
org.wings.SFrame.LastRequestListener backbuttonRequestListener
noCaching
boolean noCaching
- See Also:
SFrame.setNoCaching(boolean)
fireInvalidLowLevelEvents
boolean fireInvalidLowLevelEvents
- For performance reasons.
- See Also:
SFrame.fireInvalidLowLevelEventListener(org.wings.LowLevelEventListener)
myInputMap
InputMap myInputMap
- we need to overwrite the inherited input map from SComponent.
globalInputMapComponents
HashSet<E> globalInputMapComponents
- Global input maps
logLevel
String logLevel
- Should we send JS Headers in debug mode?
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
components
HashMap<K,V> components
- Map of all managed components (key: component, value: constraint)
border
int border
- See Also:
SGridBagLayout.getBorder()
hgap
int hgap
- The horizontal gap (in pixels) specifiying the space
between columns. They can be changed at any time.
This should be a non-negative integer.
vgap
int vgap
- The vertical gap (in pixels) which specifiying the space
between rows. They can be changed at any time.
This should be a non negative integer.
header
boolean header
- See Also:
SGridBagLayout.getHeader()
defaultConstraints
GridBagConstraints defaultConstraints
- The defaults to use if the addComponent()-call does not give
the constraints.
components
ArrayList<E> components
rows
int rows
cols
int cols
border
int border
renderFirstLineAsHeader
boolean renderFirstLineAsHeader
hgap
int hgap
- The horizontal gap (in pixels) specifiying the space
between columns. They can be changed at any time.
This should be a non-negative integer.
vgap
int vgap
- The vertical gap (in pixels) which specifiying the space
between rows. They can be changed at any time.
This should be a non negative integer.
img
ImageIcon img
url
SimpleURL url
baseURL
String baseURL
iconifyable
boolean iconifyable
maximizable
boolean maximizable
closable
boolean closable
iconified
boolean iconified
maximized
boolean maximized
closed
boolean closed
icon
SIcon icon
title
String title
event
SInternalFrameEvent event
text
String text
icon
SIcon icon
disabledIcon
SIcon disabledIcon
verticalTextPosition
int verticalTextPosition
horizontalTextPosition
int horizontalTextPosition
iconTextGap
int iconTextGap
wordWrap
boolean wordWrap
visibleRowCount
int visibleRowCount
- The preferred extent of the list.
selectionModel
SListSelectionModel selectionModel
dataModel
ListModel dataModel
cellRenderer
SListCellRenderer cellRenderer
viewport
Rectangle viewport
- Implementation of the
Scrollable interface.
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
type
String type
-
orderType
String orderType
-
start
int start
-
fwdSelectionEvents
ListSelectionListener fwdSelectionEvents
- used to forward selection events to selection listeners of the list
cellRendererPane
SCellRendererPane cellRendererPane
popupMenuVisible
boolean popupMenuVisible
menuItems
List<E> menuItems
widthScaleFactor
double widthScaleFactor
paintBorder
boolean paintBorder
margin
Insets margin
menuParent
SComponent menuParent
accelerator
KeyStroke accelerator
components
ArrayList<E> components
contents
SContainer contents
- ContentPane with border layout.
optionData
SContainer optionData
- Panel with Option Messages
optionButtons
SContainer optionButtons
- Panel with Option Buttons
optionOK
SButton optionOK
- OK Button
optionCancel
SButton optionCancel
- Cancel Button
optionYes
SButton optionYes
- Yes Button
optionNo
SButton optionNo
- No Button
imageLabel
SLabel imageLabel
selected
Object selected
- The chosen option
- See Also:
SOptionPane.OK_OPTION,
SOptionPane.YES_OPTION,
SOptionPane.CANCEL_OPTION,
SOptionPane.NO_OPTION
icon
SIcon icon
message
Object message
options
Object[] options
initialValue
Object initialValue
messageType
int messageType
inputValue
Object inputValue
customButtons
SContainer customButtons
marginVisible
boolean marginVisible
stepVisible
boolean stepVisible
directPages
int directPages
- Actual amount of page clickables; depends on the number of elemnts in the
model and on the models extent.
- See Also:
SPageScroller.setDirectPages(int)
layoutMode
int layoutMode
clickables
SClickable[] clickables
- contains the clickables forward, backward, first, last
directPageClickables
SClickable[] directPageClickables
- contains the direct page clickables. Size of this array is extend
pageCountLabel
SLabel pageCountLabel
coordinates
String coordinates
contents
SComponent contents
- The SComponent representing the Popup.
owner
SComponent owner
- Owner Frame.
x
int x
- popup x position, origin is the top left of the browser viewport
y
int y
- popup y position, origin is the top left of the browser viewport
width
int width
- width of the popup which will be retrieved by using
contents.getPreferredSize()
height
int height
- height of the popup which will be retrieved by using
contents.getPreferredSize()
anchored
boolean anchored
context
SComponent context
contentsCorner
String contentsCorner
contextCorner
String contextCorner
menuItems
List<E> menuItems
widthScaleFactor
double widthScaleFactor
orientation
int orientation
- Whether the progress bar is horizontal or vertical.
The default is
HORIZONTAL.
- See Also:
SProgressBar.setOrientation(int)
model
BoundedRangeModel model
- The object that holds the data for the progress bar.
- See Also:
SProgressBar.setModel(javax.swing.BoundedRangeModel)
progressString
String progressString
- An optional string that can be displayed on the progress bar.
The default is
null. Setting this to a non-null
value does not imply that the string will be displayed.
- See Also:
SProgressBar.setString(java.lang.String)
paintString
boolean paintString
- Whether to textually display a string on the progress bar.
The default is
false.
Setting this to true causes a textual
display of the progress to be rendered on the progress bar. If
the progressString is null,
the percentage of completion is displayed on the progress bar.
Otherwise, the progressString is
rendered on the progress bar.
- See Also:
SProgressBar.setStringPainted(boolean)
changeListener
ChangeListener changeListener
- Listens for change events sent by the progress bar's model,
redispatching them
to change-event listeners registered upon
this progress bar.
- See Also:
SProgressBar.createChangeListener()
indeterminate
boolean indeterminate
- Whether the progress bar is indeterminate (
true) or
normal (false); the default is false.
- Since:
- 1.4
- See Also:
SProgressBar.setIndeterminate(boolean)
filledColor
Color filledColor
- The color in which the filled region is painted
unfilledColor
Color unfilledColor
- The color in which the unfilled region is painted
progressBarDimension
SDimension progressBarDimension
- The Dimension of the ProgressBar. We can't use the component size.
text
String text
- The text to be displayed
width
int width
- Width of icon,
-1 if not set.
height
int height
- Height of icon,
-1 if not set.
title
String title
- Title of icon,
"" if not set.
contentPane
SContainer contentPane
- The container for the contentPane.
windowsPane
SContainer windowsPane
- Contains all windows linked to this root container.
marginVisible
boolean marginVisible
stepVisible
boolean stepVisible
blockVisible
boolean blockVisible
scrollable
Scrollable scrollable
- The element which should be scrolled.
verticalScrollBar
Adjustable verticalScrollBar
horizontalScrollBar
Adjustable horizontalScrollBar
horizontalScrollBarPolicy
int horizontalScrollBarPolicy
verticalScrollBarPolicy
int verticalScrollBarPolicy
horizontalExtent
int horizontalExtent
verticalExtent
int verticalExtent
mode
int mode
virtualViewportHeight
int virtualViewportHeight
- While the (horizontal) maximum of columns displayed by this scrollpane
will never be greater than the number of available columns in the model
of the contained scrollable, the (vertical) maximum of rows displayed by
this scrollpane CAN be greater than the number of available rows in the
model of the contained scrollable. For example this might be true if ...
- MODE == SCROLLING and this scrollpane's vertical extent was set to
something greater than the number of available rows in the model, or
- MODE == PAGING and there are not enough rows in the model in order
to fill up the last page so that the full vertical extent is reached.
In such cases the scrollable's CG fills the difference with empty lines.
The "virtualViewportHeight" equals der number of available rows in the
scrollable's model (typically "scrollable.getScrollableViewport()") PLUS
the number of empty lines needed to fill the viewport until the vertical
extent of this scrollpane is reached.
If MODE == COMPLETE this variable equals the number of available rows.
backupViewport
Rectangle backupViewport
- Holds the viewport that the scrollable had before adding it to this
scrollpane. The scrollable's viewport is reset to this value, if it
is removed from the this scrollpane.
horizontalModel
org.wings.SScrollPane.SViewportSynchronizationModel horizontalModel
verticalModel
org.wings.SScrollPane.SViewportSynchronizationModel verticalModel
viewport
SComponent viewport
north
SComponent north
west
SComponent west
east
SComponent east
south
SComponent south
components
Map<K,V> components
serialVersionUID: -6257881596567546337L
orientation
int orientation
model
SpinnerModel model
editor
SSpinner.DefaultEditor editor
modelChangeListener
ChangeListener modelChangeListener
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
ftf
SFormattedTextField ftf
spinner
SSpinner spinner
tabPlacement
int tabPlacement
- Where the tabs are placed.
- See Also:
STabbedPane.setTabPlacement(int)
model
SingleSelectionModel model
- The default selection model
pages
ArrayList<E> pages
card
SCardLayout card
- layout used to render the tabs. Only one tab is on top at a time.
contents
SContainer contents
- container for all tabs. The card layout shows always one on
top.
maxTabsPerLine
int maxTabsPerLine
- the maximum tabs per line
selectedIndex
int selectedIndex
- Number of selected tab.
lleChangedIndex
int lleChangedIndex
- the newly selected index during a
lowlevelevent
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
fwdChangeEvents
ChangeListener fwdChangeEvents
- used to forward change events to change listeners of the tabbed pane
model
TableModel model
the table model.
selectionModel
SListSelectionModel selectionModel
the selection model.
defaultRenderer
STableCellRenderer defaultRenderer
The default renderer is used if no other renderer is set for the
content of a cell.
headerRenderer
STableCellRenderer headerRenderer
The headerRenderer is used to render the header line.
rowSelectionRenderer
STableCellRenderer rowSelectionRenderer
A special cell renderer, that displays the control used to select
a table row.
Ususally, this would be some checkbox. The plaf is the
last instance to decide this.
renderer
HashMap<K,V> renderer
In this Map, the renderers for the different
classes of cell content are stored.
The class is treated
as key, the renderer as the value.
editable
boolean editable
- If this table is editable, clicks on table cells will be catched and interpreted as
editor calls. Otherwise they may result in a selection event if
STable.isSelectable()
selectable
boolean selectable
- If this table is marked as selectable, clicks on non-editable table cells will
be catched and interpreted as selection calls.
editors
HashMap<K,V> editors
In this Map, the STableCellEditors for the different
classes of cell content are stored.
The class is treated
as key, the STableCellEditor as the value.
headerVisible
boolean headerVisible
Determines whether the header is visible or not.
By
default the header is visible.
CAVEAT:The
header is not (yet) implemented like in Swing. But maybe
someday. So you can disable it if you like.
showHorizontalLines
boolean showHorizontalLines
Determines if horizontal lines in the table should be
painted.
This is off by default.
showVerticalLines
boolean showVerticalLines
Determines if vertical lines in the table should be
painted.
This is off by default.
intercellSpacing
SDimension intercellSpacing
intercellPadding
SDimension intercellPadding
viewport
Rectangle viewport
- Implementation of the
Scrollable interface.
rowCountBackUp
int rowCountBackUp
- Used to detect if the number of rows changed in
which case we might have to update the viewport.
columnCountBackUp
int columnCountBackUp
- Used to detect if the number of columns changed in
which case we might have to update the viewport.
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
columnModel
STableColumnModel columnModel
- The column model holds state information about the columns of the table.
autoCreateColumnsFromModel
boolean autoCreateColumnsFromModel
- If true, the column model is autorebuild from the table model.
lastReceivedLowLevelEvents
String[] lastReceivedLowLevelEvents
- The last low level event values this table received.
nameBuffer
StringBuilder nameBuffer
- Helper variable for
STable.nameRendererComponent(SComponent, int, int)
fwdSelectionEvents
ListSelectionListener fwdSelectionEvents
- changes in the selection model should force a reload if possible
cellRendererPane
SCellRendererPane cellRendererPane
externalizerFlags
int externalizerFlags
- Flags that influence the behaviour of the externalize manager
maxBufferSize
int maxBufferSize
- The max size of the buffer
size
int size
- The size of this resource. Initially, this will be '-1', but
the value is updated, once the Resource is delivered.
components
HashMap<K,V> components
- Abstraction of the template source (file, resource, ..)
templateSource
TemplateSource templateSource
rows
int rows
columns
int columns
lineWrap
int lineWrap
- allowed parameters
are off(0), virtual(1), physical(2)
default value is off
editable
boolean editable
document
SDocument document
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
columns
int columns
- maximum columns shown
maxColumns
int maxColumns
- maximum columns allowed
actionCommand
String actionCommand
- default action command to fire
firingActionEvent
boolean firingActionEvent
initialDelay
int initialDelay
dismissDelay
int dismissDelay
followMouse
boolean followMouse
nodeIndentDepth
int nodeIndentDepth
- Indent depth in pixels
lowLevelEvents
String[] lowLevelEvents
model
TreeModel model
renderer
STreeCellRenderer renderer
selectionModel
STreeSelectionModel selectionModel
delayedExpansionEvents
ArrayList<E> delayedExpansionEvents
- store here all delayed expansion events
requestedExpansionPaths
ArrayList<E> requestedExpansionPaths
- store here expansion paths that will be processed after procession the
request.
viewport
Rectangle viewport
- Implementation of the
Scrollable interface.
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
fwdSelectionEvents
TreeSelectionListener fwdSelectionEvents
- used to forward selection events to selection listeners of the tree
cellRendererPane
SCellRendererPane cellRendererPane
url
SimpleURL url
owner
SRootContainer owner
x
int x
y
int y
specs
org.wings.border.SAbstractBorder.BorderSpec[] specs
insets
Insets insets
attributes
CSSAttributeSet attributes
component
SComponent component
borderCG
BorderCG borderCG
bevelType
int bevelType
locked
boolean locked
etchedType
int etchedType
borderStyle
String borderStyle
dragSources
ArrayList<E> dragSources
dropTargets
ArrayList<E> dropTargets
namesToComponentsMap
HashMap<K,V> namesToComponentsMap
sourceName
String sourceName
targetName
String targetName
child
SComponent child
- the child component that has been added or removed.
offset
int offset
length
int length
id
int id
consumed
boolean consumed
component
SComponent component
point
SPoint point
parentFrame
SFrame parentFrame
- the parent frame that has been added or removed.
from
int from
to
int to
horizontalChange
boolean horizontalChange
rel
String rel
rev
String rev
type
String type
target
String target
urlSource
URLResource urlSource
httpEquiv
String httpEquiv
name
String name
lang
String lang
content
String content
language
String language
type
String type
urlSource
URLResource urlSource
byteCount
long byteCount
builder
StringBuilder builder
servletConfig
javax.servlet.ServletConfig servletConfig
lookAndFeel
LookAndFeel lookAndFeel
defaults
ResourceDefaults defaults
properties
Properties properties
|
Package org.wings.resource |
callbackCode
String callbackCode
resourceFileName
String resourceFileName
- The name that identifies the resource in the classpath
url
SimpleURL url
frame
SFrame frame
- The frame, to which this resource belongs.
propertyService
PropertyService propertyService
file
File file
changeListener
PropertyChangeListener changeListener
url
SimpleURL url
string
String string
id
String id
externalizerFlags
int externalizerFlags
- Flags that influence the behaviour of the externalize manager
|
Package org.wings.session |
agent
String agent
majorVersion
int majorVersion
minorVersion
double minorVersion
release
String release
os
String os
osType
OSType osType
osVersion
String osVersion
browserName
String browserName
browserLocale
Locale browserLocale
browserType
BrowserType browserType
id
int id
description
String description
shortName
String shortName
listeners
HashMap<K,V> listeners
- The name prefix is stored in the
HashMap as key. The value is a Set (ArrayList) of
LowLevelEventListeners
eventEpoch
String eventEpoch
namedEvents
boolean namedEvents
runnables
List<E> runnables
id
int id
name
String name
statistics
SessionStatistics statistics
CGManager
CGManager CGManager
- Every session has its own
CGManager.
toolTipManager
SToolTipManager toolTipManager
reloadManager
ReloadManager reloadManager
menuManager
MenuManager menuManager
dispatcher
LowLevelEventDispatcher dispatcher
props
HashMap<K,V> props
frames
HashSet<E> frames
uniqueIdCounter
long uniqueIdCounter
maxContentLength
int maxContentLength
- Maximum upload content length. This is used by the
SessionServlet
to avoid denial of service attacks.
browser
Browser browser
redirectAddress
String redirectAddress
exitAddress
String exitAddress
locale
Locale locale
localeFromHeader
boolean localeFromHeader
dndManager
DragAndDropManager dndManager
scriptManager
ScriptManager scriptManager
supportedLocales
Locale[] supportedLocales
- Which locales are supported by this servlet. If null, every locale from
the userAgent is accepted. If not null only locales listed in this array
are supported.
characterEncoding
String characterEncoding
- The current character encoding used for the communication with the clients userAgent.
If
null then the current characterEncoding is determined by the current
session Locale via the charset.properties map.
listenerList
EventListenerList listenerList
- Store here only weak references.
propertyChangeSupport
WeakPropertyChangeSupport propertyChangeSupport
resourceMapper
ResourceMapper resourceMapper
birthDay
long birthDay
dispatchStartTime
long dispatchStartTime
dispatchCounter
int dispatchCounter
dispatchDuration
long dispatchDuration
deliverStartTime
long deliverStartTime
deliverCounter
int deliverCounter
deliverDuration
long deliverDuration
requestStartTime
long requestStartTime
requestCounter
int requestCounter
requestDuration
long requestDuration
servletConfig
javax.servlet.ServletConfig servletConfig
- used to init session servlets
lookupName
String lookupName
map
HashMap<K,V> map
- The map holding
CSSProperty to String
cachedStringRepresentation
String cachedStringRepresentation
- Cached String representation of this attribute set.
name
String name
selector
Selector selector
map
Map<K,V> map
selector
String selector
- We address a specific area of the component. For example the content of a tabbed pane ..
editIcon
SIcon editIcon
columns
List<E> columns
columnMargin
int columnMargin
totalColumnWidth
String totalColumnWidth
listenerList
EventListenerList listenerList
- List of STableColumnModelListener
nonSelectionStyle
String nonSelectionStyle
- Style to use for the foreground for non-selected nodes.
selectionStyle
String selectionStyle
- Style to use for the foreground for non-selected nodes.
multiSelectionIcon
SResourceIcon multiSelectionIcon
multiNonSelectionIcon
SResourceIcon multiNonSelectionIcon
singleSelectionIcon
SResourceIcon singleSelectionIcon
singleNonSelectionIcon
SResourceIcon singleNonSelectionIcon
useIcons
boolean useIcons
- If set to true render the row selection colum with icons, otherwise simple text.
modelIndex
int modelIndex
identifier
Object identifier
headerValue
Object headerValue
width
String width
hidden
boolean hidden
headerRenderer
STableCellRenderer headerRenderer
cellRenderer
STableCellRenderer cellRenderer
cellEditor
STableCellEditor cellEditor
|
Package org.wings.template |
file
File file
canonicalName
String canonicalName
canonicalName
String canonicalName
- Try to make generate a unique canonical name.
template
String template
lastModified
long lastModified
buffer
StringBuilder buffer
listeners
EventListenerList listeners
delayEvents
boolean delayEvents
- Indicates if we should fire event immediately when they arise,
or if we should collect them for a later delivery
delayedEvents
ArrayList<E> delayedEvents
- All delayed events are stored here
formattedTextField
SFormattedTextField formattedTextField
format
DateFormat format
valueClass
Class<T> valueClass
format
Format format
max
Comparable<T> max
- Can be used to impose a maximum value.
min
Comparable<T> min
- Can be used to impose a minimum value.
format
Format format
formatter
JFormattedTextField.AbstractFormatter formatter
nameBuffer
StringBuilder nameBuffer
selectionStyle
String selectionStyle
- Style to use for the foreground for selected nodes.
nonSelectionStyle
String nonSelectionStyle
- Style to use for the foreground for non-selected nodes.
delayEvents
boolean delayEvents
- indicates if we should fire event immediately when they arise, or if we
should collect them for a later delivery
delayedEvents
ArrayList<E> delayedEvents
- got a delayed Event?
initialDelay
long initialDelay
delay
long delay
repeats
boolean repeats
coalesce
boolean coalesce
listenerList
Vector<E> listenerList
eventQueued
boolean eventQueued
actionCommand
String actionCommand
- Command used when action is fired.
expirationTime
long expirationTime
nextTimer
Timer nextTimer
running
boolean running
source
Object source
- The object to be provided as the "source" for any generated events.
editIcon
SIcon editIcon
- The current
XCalendar's icon to choose a new date.
fTextField
SFormattedTextField fTextField
- The current
SFormattedTextField.
timeZone
TimeZone timeZone
- The current
TimeZone
actionListener
ActionListener actionListener
epochCheckEnabled
boolean epochCheckEnabled
- See Also:
LowLevelEventListener.isEpochCheckEnabled()
title
String title
icon
SIcon icon
shaded
boolean shaded
- Is the XDivision shaded?
isTitleClickable
boolean isTitleClickable
- Is the title clickable? Default is false.
pageScroller
SPageScroller pageScroller
c
GridBagConstraints c
scrollPane
SScrollPane scrollPane
extentModel
org.wingx.XScrollPane.ExtentComboModel extentModel
extentCombo
SComboBox extentCombo
pageScroller
XPageScroller pageScroller
extentComboLabel
SLabel extentComboLabel
totalLabel
SLabel totalLabel
tableComponent
STable tableComponent
visibleSectionLabel
String visibleSectionLabel
dataSource
XSuggestDataSource dataSource
- data source from which suggestions are generated
timeout
int timeout
- Ajax request timeout in ms
inputDelay
int inputDelay
- See Also:
XSuggest.setInputDelay(int delay)
activityIcon
SResourceIcon activityIcon
- an icon to indicate the Ajax activity
suggestBoxWidth
SDimension suggestBoxWidth
- See Also:
XSuggest.setSuggestBoxWidth(SDimension dim)
column2Listeners
Map<K,V> column2Listeners
filterVisible
boolean filterVisible
resetFilter
boolean resetFilter
delayedSortColumn
int delayedSortColumn
filterRenderer
EditableTableCellRenderer filterRenderer
refresh
boolean refresh
linkMouseListener
SMouseListener linkMouseListener
nameBuffer
StringBuilder nameBuffer
noDataFoundLabel
String noDataFoundLabel
noDataAvailableLabel
String noDataAvailableLabel
filters
Map<K,V> filters
sorts
Map<K,V> sorts
ascending
boolean ascending
field
String field
fields
String[] fields
comparator
Comparator<T> comparator
columnByName
Map<K,V> columnByName
sortable
boolean sortable
filterable
boolean filterable
filterRenderer
EditableTableCellRenderer filterRenderer
filters
Map<K,V> filters
sorts
Map<K,V> sorts
treeModel
TreeModel treeModel
initialized
boolean initialized
depth
int depth
expanded
boolean expanded
|
Package org.wingx.treetable |
indention
SLabel indention
label
SLabel label
serialVersionUID: 4071940504892898468L
treeModel
TreeModel treeModel
nodeModel
List<E> nodeModel
wingS Swings ;-)