Serialized Form


Package org.wings

Class org.wings.DefaultReloadManager extends Object implements Serializable

serialVersionUID: 2951486214657704539L

Serialized Fields

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.

Class org.wings.RequestURL extends SimpleURL implements Serializable

Serialized Fields

baseParameters

String baseParameters

hasQuestMark

boolean hasQuestMark

eventEpoch

String eventEpoch

resource

String resource

parameters

StringBuilder parameters

characterEncoding

String characterEncoding
Current session encoding used for URLEncoder.

Class org.wings.Resource extends Object implements Serializable

serialVersionUID: 512L

Serialized Fields

id

String id

extension

String extension

mimeType

String mimeType

headers

Collection<E> headers

Class org.wings.Resource.HeaderEntry extends Object implements Serializable

serialVersionUID: 512L

Serialized Fields

key

String key

value

Serializable value

Class org.wings.SAbstractAdjustable extends SComponent implements Serializable

Serialized Fields

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()

Class org.wings.SAbstractButton extends SAbstractIconTextCompound implements Serializable

Serialized Fields

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

Class org.wings.SAbstractClickable extends SAbstractIconTextCompound implements Serializable

Class org.wings.SAbstractIcon extends Object implements Serializable

Serialized Fields

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.

Class org.wings.SAbstractIconTextCompound extends SComponent implements Serializable

Serialized Fields

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

Class org.wings.SAbstractLayoutManager extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

container

SContainer container
The container using this layout


preferredSize

SDimension preferredSize
Preferred size of component in pixel.


border

int border

Class org.wings.SAnchor extends SContainer implements Serializable

Serialized Fields

url

SimpleURL url
the URL to link to.


target

String target
the target frame/window.

Class org.wings.SBorderLayout extends SAbstractLayoutManager implements Serializable

Serialized Fields

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.

Class org.wings.SBoxLayout extends SAbstractLayoutManager implements Serializable

Serialized Fields

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.

Class org.wings.SButton extends SAbstractButton implements Serializable

Serialized Fields

actionCommandToFire

String actionCommandToFire

Class org.wings.SButtonGroup extends Object implements Serializable

Serialized Fields

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.

Class org.wings.SByteArrayIcon extends Resource implements Serializable

Serialized Fields

iconData

byte[] iconData

width

int width

height

int height

title

String title
Title of icon, "" if not set.

Class org.wings.SCardLayout extends SAbstractLayoutManager implements Serializable

Serialized Fields

tab

HashMap<K,V> tab

Class org.wings.SCellRendererPane extends SContainer implements Serializable

Class org.wings.SCheckBox extends SAbstractButton implements Serializable

Class org.wings.SClickable extends SAbstractClickable implements Serializable

Serialized Fields

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

Class org.wings.SComboBox extends SComponent implements Serializable

Serialized Fields

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()

Class org.wings.SComponent extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Class org.wings.SContainer extends SComponent implements Serializable

Serialized Fields

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.

Class org.wings.SDefaultBoundedRangeModel extends DefaultBoundedRangeModel implements Serializable

Serialized Fields

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?

Class org.wings.SDefaultButtonModel extends Object implements Serializable

Serialized Fields

selected

boolean selected

listeners

EventListenerList listeners

Class org.wings.SDefaultCellEditor extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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

Class org.wings.SDefaultComboBoxModel extends SDefaultListModel implements Serializable

Serialized Fields

selectedItem

Object selectedItem

Class org.wings.SDefaultListCellRenderer extends SLabel implements Serializable

Serialized Fields

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.

Class org.wings.SDefaultListModel extends AbstractListModel implements Serializable

Serialized Fields

data

ArrayList<E> data

Class org.wings.SDefaultListSelectionModel extends DefaultListSelectionModel implements Serializable

Serialized Fields

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.

Class org.wings.SDesktopPane extends SContainer implements Serializable

Serialized Fields

listener

SInternalFrameListener listener

Class org.wings.SDialog extends SWindow implements Serializable

Serialized Fields

title

String title
The Title of the Dialog Frame


icon

SIcon icon

modal

boolean modal

draggable

boolean draggable

closable

boolean closable

closed

boolean closed

Class org.wings.SDimension extends Object implements Serializable

Serialized Fields

widthInt

int widthInt

heightInt

int heightInt

widthUnit

String widthUnit

heightUnit

String heightUnit

Class org.wings.SDownloadButton extends SClickable implements Serializable

Serialized Fields

resource

Resource resource

Class org.wings.SFileChooser extends SComponent implements Serializable

Serialized Fields

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()

Class org.wings.SFileIcon extends FileResource implements Serializable

Serialized Fields

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.

Class org.wings.SFlowDownLayout extends SFlowLayout implements Serializable

Class org.wings.SFlowLayout extends SAbstractLayoutManager implements Serializable

Serialized Fields

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.

Class org.wings.SFont extends Object implements Serializable

Serialized Fields

style

int style

face

String face

size

int size

Class org.wings.SForm extends SContainer implements Serializable

Serialized Fields

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()

Class org.wings.SFormattedTextField extends STextField implements Serializable

Serialized Fields

focusLostBehavior

int focusLostBehavior

value

Object value

formatter

SAbstractFormatter formatter

factory

SFormattedTextField.SAbstractFormatterFactory factory

Class org.wings.SFrame extends SRootContainer implements Serializable

Serialized Fields

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()

Class org.wings.SGridBagLayout extends SAbstractLayoutManager implements Serializable

Serialized Fields

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.

Class org.wings.SGridLayout extends SAbstractLayoutManager implements Serializable

Serialized Fields

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.

Class org.wings.SImageIcon extends SAbstractIcon implements Serializable

Serialized Fields

img

ImageIcon img

url

SimpleURL url

Class org.wings.SimpleURL extends Object implements Serializable

Serialized Fields

baseURL

String baseURL

Class org.wings.SInternalFrame extends SRootContainer implements Serializable

Serialized Fields

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

Class org.wings.SLabel extends SComponent implements Serializable

Serialized Fields

text

String text

icon

SIcon icon

disabledIcon

SIcon disabledIcon

verticalTextPosition

int verticalTextPosition

horizontalTextPosition

int horizontalTextPosition

iconTextGap

int iconTextGap

wordWrap

boolean wordWrap

Class org.wings.SList extends SComponent implements Serializable

Serialized Fields

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

    Class org.wings.SMenu extends SMenuItem implements Serializable

    Serialized Fields

    popupMenuVisible

    boolean popupMenuVisible

    menuItems

    List<E> menuItems

    widthScaleFactor

    double widthScaleFactor

    Class org.wings.SMenuBar extends SContainer implements Serializable

    Serialized Fields

    paintBorder

    boolean paintBorder

    margin

    Insets margin

    Class org.wings.SMenuItem extends SButton implements Serializable

    Serialized Fields

    menuParent

    SComponent menuParent

    accelerator

    KeyStroke accelerator

    Class org.wings.SNullLayout extends SAbstractLayoutManager implements Serializable

    Serialized Fields

    components

    ArrayList<E> components

    Class org.wings.SOptionPane extends SDialog implements Serializable

    Serialized Fields

    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

    Class org.wings.SPageScroller extends SAbstractAdjustable implements Serializable

    Serialized Fields

    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

    Class org.wings.SPanel extends SContainer implements Serializable

    Class org.wings.SPasswordField extends STextField implements Serializable

    Class org.wings.SPoint extends Object implements Serializable

    Serialized Fields

    coordinates

    String coordinates

    Class org.wings.SPopup extends SComponent implements Serializable

    Serialized Fields

    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

    Class org.wings.SPopupMenu extends SComponent implements Serializable

    Serialized Fields

    menuItems

    List<E> menuItems

    widthScaleFactor

    double widthScaleFactor

    Class org.wings.SProgressBar extends SComponent implements Serializable

    Serialized Fields

    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.

    Class org.wings.SRadioButton extends SAbstractButton implements Serializable

    Class org.wings.SRawTextComponent extends SComponent implements Serializable

    Serialized Fields

    text

    String text
    The text to be displayed

    Class org.wings.SResourceIcon extends ClassPathResource implements Serializable

    Serialized Fields

    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.

    Class org.wings.SRootContainer extends SContainer implements Serializable

    Serialized Fields

    contentPane

    SContainer contentPane
    The container for the contentPane.


    windowsPane

    SContainer windowsPane
    Contains all windows linked to this root container.

    Class org.wings.SRootLayout extends STemplateLayout implements Serializable

    Class org.wings.SScrollBar extends SAbstractAdjustable implements Serializable

    Serialized Fields

    marginVisible

    boolean marginVisible

    stepVisible

    boolean stepVisible

    blockVisible

    boolean blockVisible

    Class org.wings.SScrollPane extends SContainer implements Serializable

    Serialized Fields

    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

    Class org.wings.SScrollPaneLayout extends SAbstractLayoutManager implements Serializable

    Serialized Fields

    viewport

    SComponent viewport

    north

    SComponent north

    west

    SComponent west

    east

    SComponent east

    south

    SComponent south

    components

    Map<K,V> components

    Class org.wings.SSeparator extends SComponent implements Serializable

    serialVersionUID: -6257881596567546337L

    Serialized Fields

    orientation

    int orientation

    Class org.wings.SSpacer extends SComponent implements Serializable

    Class org.wings.SSpinner extends SComponent implements Serializable

    Serialized Fields

    model

    SpinnerModel model

    editor

    SSpinner.DefaultEditor editor

    modelChangeListener

    ChangeListener modelChangeListener

    epochCheckEnabled

    boolean epochCheckEnabled
    See Also:
    LowLevelEventListener.isEpochCheckEnabled()

    Class org.wings.SSpinner.DateEditor extends SSpinner.DefaultEditor implements Serializable

    Class org.wings.SSpinner.DefaultEditor extends SPanel implements Serializable

    Serialized Fields

    ftf

    SFormattedTextField ftf

    spinner

    SSpinner spinner

    Class org.wings.SSpinner.ListEditor extends SSpinner.DefaultEditor implements Serializable

    Class org.wings.SSpinner.NumberEditor extends SSpinner.DefaultEditor implements Serializable

    Class org.wings.STabbedPane extends SContainer implements Serializable

    Serialized Fields

    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

    Class org.wings.STable extends SComponent implements Serializable

    Serialized Fields

    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

    Class org.wings.StaticResource extends Resource implements Serializable

    Serialized Fields

    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.

    Class org.wings.STemplateLayout extends SAbstractLayoutManager implements Serializable

    Serialized Fields

    components

    HashMap<K,V> components
    Abstraction of the template source (file, resource, ..)


    templateSource

    TemplateSource templateSource

    Class org.wings.STextArea extends STextComponent implements Serializable

    Serialized Fields

    rows

    int rows

    columns

    int columns

    lineWrap

    int lineWrap
    allowed parameters are off(0), virtual(1), physical(2) default value is off

    Class org.wings.STextComponent extends SComponent implements Serializable

    Serialized Fields

    editable

    boolean editable

    document

    SDocument document

    epochCheckEnabled

    boolean epochCheckEnabled
    See Also:
    LowLevelEventListener.isEpochCheckEnabled()

    Class org.wings.STextField extends STextComponent implements Serializable

    Serialized Fields

    columns

    int columns
    maximum columns shown


    maxColumns

    int maxColumns
    maximum columns allowed


    actionCommand

    String actionCommand
    default action command to fire


    firingActionEvent

    boolean firingActionEvent

    Class org.wings.SToggleButton extends SAbstractButton implements Serializable

    Class org.wings.SToolBar extends SPanel implements Serializable

    Class org.wings.SToolTipManager extends Object implements Serializable

    Serialized Fields

    initialDelay

    int initialDelay

    dismissDelay

    int dismissDelay

    followMouse

    boolean followMouse

    Class org.wings.STree extends SComponent implements Serializable

    Serialized Fields

    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

    Class org.wings.SURLIcon extends SAbstractIcon implements Serializable

    Serialized Fields

    url

    SimpleURL url

    Class org.wings.SWindow extends SForm implements Serializable

    Serialized Fields

    owner

    SRootContainer owner

    x

    int x

    y

    int y

    Package org.wings.border

    Class org.wings.border.SAbstractBorder extends Object implements Serializable

    Serialized Fields

    specs

    org.wings.border.SAbstractBorder.BorderSpec[] specs

    insets

    Insets insets

    attributes

    CSSAttributeSet attributes

    component

    SComponent component

    borderCG

    BorderCG borderCG

    Class org.wings.border.SBevelBorder extends SAbstractBorder implements Serializable

    Serialized Fields

    bevelType

    int bevelType

    Class org.wings.border.SDefaultBorder extends SAbstractBorder implements Serializable

    Serialized Fields

    locked

    boolean locked

    Class org.wings.border.SEmptyBorder extends SAbstractBorder implements Serializable

    Class org.wings.border.SEtchedBorder extends SAbstractBorder implements Serializable

    Serialized Fields

    etchedType

    int etchedType

    Class org.wings.border.SLineBorder extends SAbstractBorder implements Serializable

    Serialized Fields

    borderStyle

    String borderStyle

    Package org.wings.dnd

    Class org.wings.dnd.DragAndDropManager extends SComponent implements Serializable

    Serialized Fields

    dragSources

    ArrayList<E> dragSources

    dropTargets

    ArrayList<E> dropTargets

    namesToComponentsMap

    HashMap<K,V> namesToComponentsMap

    sourceName

    String sourceName

    targetName

    String targetName

    Package org.wings.event

    Class org.wings.event.ExitVetoException extends Exception implements Serializable

    Class org.wings.event.InvalidLowLevelEvent extends EventObject implements Serializable

    Class org.wings.event.SComponentEvent extends AWTEvent implements Serializable

    Class org.wings.event.SContainerEvent extends SComponentEvent implements Serializable

    Serialized Fields

    child

    SComponent child
    the child component that has been added or removed.

    Class org.wings.event.SDocumentEvent extends AWTEvent implements Serializable

    Serialized Fields

    offset

    int offset

    length

    int length

    Class org.wings.event.SExitEvent extends EventObject implements Serializable

    Class org.wings.event.SInternalFrameEvent extends AWTEvent implements Serializable

    Class org.wings.event.SMouseEvent extends EventObject implements Serializable

    Serialized Fields

    id

    int id

    consumed

    boolean consumed

    component

    SComponent component

    point

    SPoint point

    Class org.wings.event.SParentFrameEvent extends SComponentEvent implements Serializable

    Serialized Fields

    parentFrame

    SFrame parentFrame
    the parent frame that has been added or removed.

    Class org.wings.event.SRenderEvent extends EventObject implements Serializable

    Class org.wings.event.SRequestEvent extends AWTEvent implements Serializable

    Class org.wings.event.STableColumnModelEvent extends EventObject implements Serializable

    Serialized Fields

    from

    int from

    to

    int to

    Class org.wings.event.SViewportChangeEvent extends EventObject implements Serializable

    Serialized Fields

    horizontalChange

    boolean horizontalChange

    Package org.wings.header

    Class org.wings.header.FaviconHeader extends Link implements Serializable

    Class org.wings.header.JavaScriptHeader extends Script implements Serializable

    Class org.wings.header.Link extends Object implements Serializable

    Serialized Fields

    rel

    String rel

    rev

    String rev

    type

    String type

    target

    String target

    urlSource

    URLResource urlSource

    Class org.wings.header.Meta extends Object implements Serializable

    Serialized Fields

    httpEquiv

    String httpEquiv

    name

    String name

    lang

    String lang

    content

    String content

    Class org.wings.header.Script extends Object implements Serializable

    Serialized Fields

    language

    String language

    type

    String type

    urlSource

    URLResource urlSource

    Class org.wings.header.StyleSheetHeader extends Link implements Serializable

    Class org.wings.header.StyleSheetLink extends Link implements Serializable


    Package org.wings.io

    Class org.wings.io.NullDevice extends Object implements Serializable

    Serialized Fields

    byteCount

    long byteCount

    Class org.wings.io.StringBuilderDevice extends Object implements Serializable

    Serialized Fields

    builder

    StringBuilder builder

    Package org.wings.jsp

    Class org.wings.jsp.ExternalizerServlet extends javax.servlet.http.HttpServlet implements Serializable

    Serialized Fields

    servletConfig

    javax.servlet.ServletConfig servletConfig

    Class org.wings.jsp.WingsSession extends Session implements Serializable


    Package org.wings.plaf

    Class org.wings.plaf.CGManager extends Object implements Serializable

    Serialized Fields

    lookAndFeel

    LookAndFeel lookAndFeel

    defaults

    ResourceDefaults defaults

    Class org.wings.plaf.LookAndFeel extends Object implements Serializable

    Serialized Fields

    properties

    Properties properties

    Class org.wings.plaf.NullLayoutCG extends Object implements Serializable


    Package org.wings.resource

    Class org.wings.resource.ClassPathJavascriptResource extends ClassPathResource implements Serializable

    Serialized Fields

    callbackCode

    String callbackCode

    Class org.wings.resource.ClassPathResource extends StaticResource implements Serializable

    Serialized Fields

    resourceFileName

    String resourceFileName
    The name that identifies the resource in the classpath

    Class org.wings.resource.ClassPathStylesheetResource extends ClassPathResource implements Serializable

    Class org.wings.resource.DefaultURLResource extends Object implements Serializable

    Serialized Fields

    url

    SimpleURL url

    Class org.wings.resource.DynamicResource extends Resource implements Serializable

    Serialized Fields

    frame

    SFrame frame
    The frame, to which this resource belongs.


    propertyService

    PropertyService propertyService

    Class org.wings.resource.FileResource extends StaticResource implements Serializable

    Serialized Fields

    file

    File file

    Class org.wings.resource.ReloadResource extends DynamicResource implements Serializable

    Serialized Fields

    changeListener

    PropertyChangeListener changeListener

    Class org.wings.resource.ResourceNotFoundException extends IOException implements Serializable

    Class org.wings.resource.SessionResource extends Object implements Serializable

    Serialized Fields

    url

    SimpleURL url

    Class org.wings.resource.StringResource extends Resource implements Serializable

    Serialized Fields

    string

    String string

    id

    String id

    externalizerFlags

    int externalizerFlags
    Flags that influence the behaviour of the externalize manager

    Class org.wings.resource.UpdateResource extends DynamicResource implements Serializable


    Package org.wings.session

    Class org.wings.session.Browser extends Object implements Serializable

    Serialized Fields

    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

    Class org.wings.session.BrowserType extends Object implements Serializable

    Serialized Fields

    id

    int id

    description

    String description

    shortName

    String shortName

    Class org.wings.session.BrowserType.BrowserID extends Object implements Serializable

    Class org.wings.session.LowLevelEventDispatcher extends Object implements Serializable

    Serialized Fields

    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

    Class org.wings.session.OSType extends Object implements Serializable

    Serialized Fields

    id

    int id

    name

    String name

    Class org.wings.session.Session extends Object implements Serializable

    Serialized Fields

    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

    Class org.wings.session.SessionStatistics extends Object implements Serializable

    Serialized Fields

    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

    Class org.wings.session.WingServlet extends javax.servlet.http.HttpServlet implements Serializable

    Serialized Fields

    servletConfig

    javax.servlet.ServletConfig servletConfig
    used to init session servlets


    lookupName

    String lookupName

    Package org.wings.style

    Class org.wings.style.CSSAttributeSet extends Object implements Serializable

    Serialized Fields

    map

    HashMap<K,V> map
    The map holding CSSProperty to String


    cachedStringRepresentation

    String cachedStringRepresentation
    Cached String representation of this attribute set.

    Class org.wings.style.CSSProperty extends Object implements Serializable

    Serialized Fields

    name

    String name

    Class org.wings.style.CSSStyle extends CSSAttributeSet implements Serializable

    Serialized Fields

    selector

    Selector selector

    Class org.wings.style.CSSStyleSheet extends Object implements Serializable

    Serialized Fields

    map

    Map<K,V> map

    Class org.wings.style.Selector extends Object implements Serializable

    Serialized Fields

    selector

    String selector
    We address a specific area of the component. For example the content of a tabbed pane ..


    Package org.wings.table

    Class org.wings.table.SDefaultTableCellRenderer extends SLabel implements Serializable

    Serialized Fields

    editIcon

    SIcon editIcon

    Class org.wings.table.SDefaultTableColumnModel extends Object implements Serializable

    Serialized Fields

    columns

    List<E> columns

    columnMargin

    int columnMargin

    totalColumnWidth

    String totalColumnWidth

    listenerList

    EventListenerList listenerList
    List of STableColumnModelListener

    Class org.wings.table.SDefaultTableRowSelectionRenderer extends SLabel implements Serializable

    Serialized Fields

    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.

    Class org.wings.table.STableColumn extends Object implements Serializable

    Serialized Fields

    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

    Class org.wings.template.CachedFileTemplateSource extends FileTemplateSource implements Serializable

    Class org.wings.template.FileTemplateSource extends Object implements Serializable

    Serialized Fields

    file

    File file

    canonicalName

    String canonicalName

    Class org.wings.template.StringTemplateSource extends Object implements Serializable

    Serialized Fields

    canonicalName

    String canonicalName
    Try to make generate a unique canonical name.


    template

    String template

    lastModified

    long lastModified

    Package org.wings.text

    Class org.wings.text.DefaultDocument extends Object implements Serializable

    Serialized Fields

    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

    Class org.wings.text.SAbstractFormatter extends Object implements Serializable

    Serialized Fields

    formattedTextField

    SFormattedTextField formattedTextField

    Class org.wings.text.SDateFormatter extends SInternationalFormatter implements Serializable

    Serialized Fields

    format

    DateFormat format

    Class org.wings.text.SDefaultFormatter extends SAbstractFormatter implements Serializable

    Serialized Fields

    valueClass

    Class<T> valueClass

    Class org.wings.text.SInternationalFormatter extends SDefaultFormatter implements Serializable

    Serialized Fields

    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.

    Class org.wings.text.SNumberFormatter extends SInternationalFormatter implements Serializable

    Serialized Fields

    format

    Format format

    Class org.wings.text.SwingFormatter extends SAbstractFormatter implements Serializable

    Serialized Fields

    formatter

    JFormattedTextField.AbstractFormatter formatter

    Package org.wings.tree

    Class org.wings.tree.SDefaultTreeCellRenderer extends SLabel implements Serializable

    Serialized Fields

    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.

    Class org.wings.tree.SDefaultTreeSelectionModel extends DefaultTreeSelectionModel implements Serializable

    Serialized Fields

    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?


    Package org.wings.util

    Class org.wings.util.Timer extends Object implements Serializable

    Serialized Fields

    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

    Class org.wings.util.WeakPropertyChangeSupport extends Object implements Serializable

    Serialized Fields

    source

    Object source
    The object to be provided as the "source" for any generated events.


    Package org.wingx

    Class org.wingx.XCalendar extends SContainer implements Serializable

    Serialized Fields

    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()

    Class org.wingx.XDivision extends SContainer implements Serializable

    Serialized Fields

    title

    String title

    icon

    SIcon icon

    shaded

    boolean shaded
    Is the XDivision shaded?


    isTitleClickable

    boolean isTitleClickable
    Is the title clickable? Default is false.

    Class org.wingx.XPageScroller extends SContainer implements Serializable

    Serialized Fields

    pageScroller

    SPageScroller pageScroller

    c

    GridBagConstraints c

    Class org.wingx.XScrollablePanel extends SPanel implements Serializable

    Serialized Fields

    scrollPane

    SScrollPane scrollPane

    Class org.wingx.XScrollPane extends SScrollPane implements Serializable

    Serialized Fields

    extentModel

    org.wingx.XScrollPane.ExtentComboModel extentModel

    extentCombo

    SComboBox extentCombo

    pageScroller

    XPageScroller pageScroller

    extentComboLabel

    SLabel extentComboLabel

    totalLabel

    SLabel totalLabel

    tableComponent

    STable tableComponent

    visibleSectionLabel

    String visibleSectionLabel

    Class org.wingx.XSuggest extends STextField implements Serializable

    Serialized Fields

    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)

    Class org.wingx.XTable extends STable implements Serializable

    Serialized Fields

    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

    Class org.wingx.XTable.HeaderRenderer extends SDefaultTableCellRenderer implements Serializable

    Class org.wingx.XTreeTable extends STable implements Serializable


    Package org.wingx.plaf

    Package org.wingx.table

    Class org.wingx.table.AbstractFilterableTableModel extends AbstractTableModel implements Serializable

    Serialized Fields

    filters

    Map<K,V> filters

    Class org.wingx.table.AbstractSortableTableModel extends AbstractTableModel implements Serializable

    Serialized Fields

    sorts

    Map<K,V> sorts

    Class org.wingx.table.ListSort extends Object implements Serializable

    Serialized Fields

    ascending

    boolean ascending

    field

    String field

    fields

    String[] fields

    comparator

    Comparator<T> comparator

    Class org.wingx.table.XDefaultTableColumnModel extends SDefaultTableColumnModel implements Serializable

    Serialized Fields

    columnByName

    Map<K,V> columnByName

    Class org.wingx.table.XTableColumn extends STableColumn implements Serializable

    Serialized Fields

    sortable

    boolean sortable

    filterable

    boolean filterable

    filterRenderer

    EditableTableCellRenderer filterRenderer

    Class org.wingx.table.XTableModel extends AbstractTableModel implements Serializable

    Serialized Fields

    filters

    Map<K,V> filters

    sorts

    Map<K,V> sorts

    Package org.wingx.tree

    Class org.wingx.tree.XTreeNode extends DefaultMutableTreeNode implements Serializable

    Serialized Fields

    treeModel

    TreeModel treeModel

    initialized

    boolean initialized

    depth

    int depth

    expanded

    boolean expanded

    Package org.wingx.treetable

    Class org.wingx.treetable.DefaultTreeTableNode extends XTreeNode implements Serializable

    Class org.wingx.treetable.TreeColumnRenderer extends SPanel implements Serializable

    Serialized Fields

    indention

    SLabel indention

    label

    SLabel label

    Class org.wingx.treetable.XTreeTableModel extends DefaultTableModel implements Serializable

    serialVersionUID: 4071940504892898468L

    Serialized Fields

    treeModel

    TreeModel treeModel

    nodeModel

    List<E> nodeModel



    wingS Swings ;-)