|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.wings |
|---|
| Class org.wings.DefaultReloadManager extends Object implements Serializable |
|---|
serialVersionUID: 2951486214657704539L
| Serialized Fields |
|---|
int updateCount
boolean updateMode
boolean suppressMode
boolean acceptChanges
Map<K,V> fullReplaceUpdates
Map<K,V> fineGrainedUpdates
Set<E> componentsToReload
| Class org.wings.RequestURL extends SimpleURL implements Serializable |
|---|
| Serialized Fields |
|---|
String baseParameters
boolean hasQuestMark
String eventEpoch
String resource
StringBuilder parameters
String characterEncoding
| Class org.wings.Resource extends Object implements Serializable |
|---|
serialVersionUID: 512L
| Serialized Fields |
|---|
String id
String extension
String mimeType
Collection<E> headers
| Class org.wings.Resource.HeaderEntry extends Object implements Serializable |
|---|
serialVersionUID: 512L
| Serialized Fields |
|---|
String key
Serializable value
| Class org.wings.SAbstractAdjustable extends SComponent implements Serializable |
|---|
| Serialized Fields |
|---|
boolean changeFromEvent
ChangeListener fwdAdjustmentEvents
SBoundedRangeModel model
SAbstractAdjustable.setModel(org.wings.SBoundedRangeModel)int unitIncrement
SAbstractAdjustable.setUnitIncrement(int)int blockIncrement
SAbstractAdjustable.setBlockIncrement(int)int orientation
SAbstractAdjustable.setBlockIncrement(int)boolean epochCheckEnabled
LowLevelEventListener.isEpochCheckEnabled()| Class org.wings.SAbstractButton extends SAbstractIconTextCompound implements Serializable |
|---|
| Serialized Fields |
|---|
String type
SButtonGroup buttonGroup
String actionCommand
String eventTarget
Action action
PropertyChangeListener actionPropertyChangeListener
String mnemonic
boolean epochCheckEnabled
LowLevelEventListener.isEpochCheckEnabled()boolean wordWrap
| Class org.wings.SAbstractClickable extends SAbstractIconTextCompound implements Serializable |
|---|
| Class org.wings.SAbstractIcon extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
int width
int height
String title
"" if not set.
| Class org.wings.SAbstractIconTextCompound extends SComponent implements Serializable |
|---|
| Serialized Fields |
|---|
SButtonModel model
ChangeListener changeListener
changeListener.
String text
SIcon icon
SIcon disabledIcon
SIcon selectedIcon
SIcon pressedIcon
SIcon disabledSelectedIcon
SIcon rolloverIcon
SIcon rolloverSelectedIcon
int verticalTextPosition
int horizontalTextPosition
int iconTextGap
boolean delayEvents
boolean delayedEvent
| Class org.wings.SAbstractLayoutManager extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
SContainer container
SDimension preferredSize
int border
| Class org.wings.SAnchor extends SContainer implements Serializable |
|---|
| Serialized Fields |
|---|
SimpleURL url
String target
| Class org.wings.SBorderLayout extends SAbstractLayoutManager implements Serializable |
|---|
| Serialized Fields |
|---|
Map<K,V> components
int hgap
int vgap
| Class org.wings.SBoxLayout extends SAbstractLayoutManager implements Serializable |
|---|
| Serialized Fields |
|---|
ArrayList<E> components
int orientation
int align
int borderThickness
int hgap
int vgap
| Class org.wings.SButton extends SAbstractButton implements Serializable |
|---|
| Serialized Fields |
|---|
String actionCommandToFire
| Class org.wings.SButtonGroup extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
ArrayList<E> buttons
SAbstractButton selection
EventListenerList listenerList
boolean delayEvents
ArrayList<E> delayedEvents
| Class org.wings.SByteArrayIcon extends Resource implements Serializable |
|---|
| Serialized Fields |
|---|
byte[] iconData
int width
int height
String title
"" if not set.
| Class org.wings.SCardLayout extends SAbstractLayoutManager implements Serializable |
|---|
| Serialized Fields |
|---|
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 |
|---|
String event
LowLevelEventListener requestTarget
| Class org.wings.SComboBox extends SComponent implements Serializable |
|---|
| Serialized Fields |
|---|
ComboBoxModel dataModel
ComboBoxModelSListCellRenderer renderer
SListCellRendererint maximumRowCount
String actionCommand
SCellRendererPane cellRendererPane
Object selectedItemReminder
boolean firingActionEvent
boolean selectingItem
boolean delayEvent
boolean delayedEvent
boolean epochCheckEnabled
LowLevelEventListener.isEpochCheckEnabled()| Class org.wings.SComponent extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
|---|
String name
int verticalAlignment
int horizontalAlignment
String style
Map<K,V> dynamicStyles
Selector to CSS Styles currently assigned to this component.
boolean visible
boolean enabled
SContainer parent
SFrame parentFrame
SBorder border
String tooltip
int focusTraversalIndex
SDimension preferredSize
boolean fireComponentChangeEvents
boolean fireParentFrameChangeEvents
SParentFrameEvents. Performace optimitation
boolean fireRenderEvents
SRenderEvents should be fired. Used for performace reasons
EventListenerList listeners
boolean showAsFormComponent
boolean reloadForced
SPopupMenu popupMenu
InputMap[] inputMaps
List<E> scriptListenerList
ActionMap actionMap
Map<K,V> actionEvents
SParentFrameListener globalInputMapListener
Map<K,V> clientProperties
PropertyChangeSupport propertyChangeSupport
| Class org.wings.SContainer extends SComponent implements Serializable |
|---|
| Serialized Fields |
|---|
SLayoutManager layout
ArrayList<E> componentList
ArrayList<E> constraintList
| Class org.wings.SDefaultBoundedRangeModel extends DefaultBoundedRangeModel implements Serializable |
|---|
| Serialized Fields |
|---|
boolean delayEvents
boolean gotDelayedEvent
| Class org.wings.SDefaultButtonModel extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean selected
EventListenerList listeners
| Class org.wings.SDefaultCellEditor extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
SLabel messageLabel
org.wings.SDefaultCellEditor.EditorPanel editorPanel
SClickable ok
SClickable cancel
EventListenerList listenerList
boolean fastEditSupport
SDefaultCellEditor.EditorDelegate delegate
SComponent editorComponent
ChangeEvent changeEvent
| Class org.wings.SDefaultComboBoxModel extends SDefaultListModel implements Serializable |
|---|
| Serialized Fields |
|---|
Object selectedItem
| Class org.wings.SDefaultListCellRenderer extends SLabel implements Serializable |
|---|
| Serialized Fields |
|---|
StringBuilder nameBuffer
String selectionStyle
String nonSelectionStyle
| Class org.wings.SDefaultListModel extends AbstractListModel implements Serializable |
|---|
| Serialized Fields |
|---|
ArrayList<E> data
| Class org.wings.SDefaultListSelectionModel extends DefaultListSelectionModel implements Serializable |
|---|
| Serialized Fields |
|---|
boolean noSelection
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...
boolean delayEvents
boolean fireAdjustingEvents
ArrayList<E> delayedEvents
| Class org.wings.SDesktopPane extends SContainer implements Serializable |
|---|
| Serialized Fields |
|---|
SInternalFrameListener listener
| Class org.wings.SDialog extends SWindow implements Serializable |
|---|
| Serialized Fields |
|---|
String title
SIcon icon
boolean modal
boolean draggable
boolean closable
boolean closed
| Class org.wings.SDimension extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
int widthInt
int heightInt
String widthUnit
String heightUnit
| Class org.wings.SDownloadButton extends SClickable implements Serializable |
|---|
| Serialized Fields |
|---|
Resource resource
| Class org.wings.SFileChooser extends SComponent implements Serializable |
|---|
| Serialized Fields |
|---|
int columns
String fileNameFilter
Class<T> filter
String fileDir
String fileName
String fileId
String fileType
org.wings.SFileChooser.TempFile currentFile
IOException exception
SForm parentForm
boolean epochCheckEnabled
LowLevelEventListener.isEpochCheckEnabled()| Class org.wings.SFileIcon extends FileResource implements Serializable |
|---|
| Serialized Fields |
|---|
int width
int height
String title
"" if not set.
| Class org.wings.SFlowDownLayout extends SFlowLayout implements Serializable |
|---|
| Class org.wings.SFlowLayout extends SAbstractLayoutManager implements Serializable |
|---|
| Serialized Fields |
|---|
List<E> components
int align
int hgap
int vgap
| Class org.wings.SFont extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
int style
String face
int size
| Class org.wings.SForm extends SContainer implements Serializable |
|---|
| Serialized Fields |
|---|
boolean postMethod
String encType
URL action
EventListenerList listenerList
String actionCommand
SButton defaultButton
int fileChooserCount
boolean epochCheckEnabled
LowLevelEventListener.isEpochCheckEnabled()| Class org.wings.SFormattedTextField extends STextField implements Serializable |
|---|
| Serialized Fields |
|---|
int focusLostBehavior
Object value
SAbstractFormatter formatter
SFormattedTextField.SAbstractFormatterFactory factory
| Class org.wings.SFrame extends SRootContainer implements Serializable |
|---|
| Serialized Fields |
|---|
String title
List<E> headers
StyleSheet styleSheet
String statusLine
int eventEpoch
String epochCache
RequestURL requestURL
String targetResource
HashMap<K,V> dynamicResources
boolean updateEnabled
Map<K,V> updateCursor
Map<K,V> autoAdjustLayout
SComponent focusComponent
SButton backButton
SFrame.setBackButton(SButton)org.wings.SFrame.LastRequestListener backbuttonRequestListener
boolean noCaching
SFrame.setNoCaching(boolean)boolean fireInvalidLowLevelEvents
SFrame.fireInvalidLowLevelEventListener(org.wings.LowLevelEventListener)InputMap myInputMap
HashSet<E> globalInputMapComponents
String logLevel
boolean epochCheckEnabled
LowLevelEventListener.isEpochCheckEnabled()| Class org.wings.SGridBagLayout extends SAbstractLayoutManager implements Serializable |
|---|
| Serialized Fields |
|---|
HashMap<K,V> components
int border
SGridBagLayout.getBorder()int hgap
int vgap
boolean header
SGridBagLayout.getHeader()GridBagConstraints defaultConstraints
| Class org.wings.SGridLayout extends SAbstractLayoutManager implements Serializable |
|---|
| Serialized Fields |
|---|
ArrayList<E> components
int rows
int cols
int border
boolean renderFirstLineAsHeader
int hgap
int vgap
| Class org.wings.SImageIcon extends SAbstractIcon implements Serializable |
|---|
| Serialized Fields |
|---|
ImageIcon img
SimpleURL url
| Class org.wings.SimpleURL extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String baseURL
| Class org.wings.SInternalFrame extends SRootContainer implements Serializable |
|---|
| Serialized Fields |
|---|
boolean iconifyable
boolean maximizable
boolean closable
boolean iconified
boolean maximized
boolean closed
SIcon icon
String title
SInternalFrameEvent event
| Class org.wings.SLabel extends SComponent implements Serializable |
|---|
| Serialized Fields |
|---|
String text
SIcon icon
SIcon disabledIcon
int verticalTextPosition
int horizontalTextPosition
int iconTextGap
boolean wordWrap
| Class org.wings.SList extends SComponent implements Serializable |
|---|
| Serialized Fields |
|---|
int visibleRowCount
SListSelectionModel selectionModel
ListModel dataModel
SListCellRenderer cellRenderer
Rectangle viewport
Scrollable interface.
boolean epochCheckEnabled
LowLevelEventListener.isEpochCheckEnabled()String type
String orderType
int start
ListSelectionListener fwdSelectionEvents
SCellRendererPane cellRendererPane
| Class org.wings.SMenu extends SMenuItem implements Serializable |
|---|
| Serialized Fields |
|---|
boolean popupMenuVisible
List<E> menuItems
double widthScaleFactor
| Class org.wings.SMenuBar extends SContainer implements Serializable |
|---|
| Serialized Fields |
|---|
boolean paintBorder
Insets margin
| Class org.wings.SMenuItem extends SButton implements Serializable |
|---|
| Serialized Fields |
|---|
SComponent menuParent
KeyStroke accelerator
| Class org.wings.SNullLayout extends SAbstractLayoutManager implements Serializable |
|---|
| Serialized Fields |
|---|
ArrayList<E> components
| Class org.wings.SOptionPane extends SDialog implements Serializable |
|---|
| Serialized Fields |
|---|
SContainer contents
SContainer optionData
SContainer optionButtons
SButton optionOK
SButton optionCancel
SButton optionYes
SButton optionNo
SLabel imageLabel
Object selected
SOptionPane.OK_OPTION,
SOptionPane.YES_OPTION,
SOptionPane.CANCEL_OPTION,
SOptionPane.NO_OPTIONSIcon icon
Object message
Object[] options
Object initialValue
int messageType
Object inputValue
SContainer customButtons
| Class org.wings.SPageScroller extends SAbstractAdjustable implements Serializable |
|---|
| Serialized Fields |
|---|
boolean marginVisible
boolean stepVisible
int directPages
SPageScroller.setDirectPages(int)int layoutMode
SClickable[] clickables
SClickable[] directPageClickables
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 |
|---|
String coordinates
| Class org.wings.SPopup extends SComponent implements Serializable |
|---|
| Serialized Fields |
|---|
SComponent contents
SComponent owner
int x
int y
int width
int height
boolean anchored
SComponent context
String contentsCorner
String contextCorner
| Class org.wings.SPopupMenu extends SComponent implements Serializable |
|---|
| Serialized Fields |
|---|
List<E> menuItems
double widthScaleFactor
| Class org.wings.SProgressBar extends SComponent implements Serializable |
|---|
| Serialized Fields |
|---|
int orientation
HORIZONTAL.
SProgressBar.setOrientation(int)BoundedRangeModel model
SProgressBar.setModel(javax.swing.BoundedRangeModel)String progressString
null. Setting this to a non-null
value does not imply that the string will be displayed.
SProgressBar.setString(java.lang.String)boolean paintString
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.
SProgressBar.setStringPainted(boolean)ChangeListener changeListener
SProgressBar.createChangeListener()boolean indeterminate
true) or
normal (false); the default is false.
SProgressBar.setIndeterminate(boolean)Color filledColor
Color unfilledColor
SDimension progressBarDimension
| Class org.wings.SRadioButton extends SAbstractButton implements Serializable |
|---|
| Class org.wings.SRawTextComponent extends SComponent implements Serializable |
|---|
| Serialized Fields |
|---|
String text
| Class org.wings.SResourceIcon extends ClassPathResource implements Serializable |
|---|
| Serialized Fields |
|---|
int width
-1 if not set.
int height
-1 if not set.
String title
"" if not set.
| Class org.wings.SRootContainer extends SContainer implements Serializable |
|---|
| Serialized Fields |
|---|
SContainer contentPane
SContainer windowsPane
| Class org.wings.SRootLayout extends STemplateLayout implements Serializable |
|---|
| Class org.wings.SScrollBar extends SAbstractAdjustable implements Serializable |
|---|
| Serialized Fields |
|---|
boolean marginVisible
boolean stepVisible
boolean blockVisible
| Class org.wings.SScrollPane extends SContainer implements Serializable |
|---|
| Serialized Fields |
|---|
Scrollable scrollable
Adjustable verticalScrollBar
Adjustable horizontalScrollBar
int horizontalScrollBarPolicy
int verticalScrollBarPolicy
int horizontalExtent
int verticalExtent
int mode
int virtualViewportHeight
Rectangle backupViewport
org.wings.SScrollPane.SViewportSynchronizationModel horizontalModel
org.wings.SScrollPane.SViewportSynchronizationModel verticalModel
| Class org.wings.SScrollPaneLayout extends SAbstractLayoutManager implements Serializable |
|---|
| Serialized Fields |
|---|
SComponent viewport
SComponent north
SComponent west
SComponent east
SComponent south
Map<K,V> components
| Class org.wings.SSeparator extends SComponent implements Serializable |
|---|
serialVersionUID: -6257881596567546337L
| Serialized Fields |
|---|
int orientation