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