Serialized Form
next
AttributeModifier next
- The next attribute modifier in any chain
addAttributeIfNotPresent
boolean addAttributeIfNotPresent
- Whether to add the attribute if it is not an attribute in the markup.
attribute
java.lang.String attribute
- Attribute specification.
enabled
boolean enabled
- Modification information.
pattern
java.lang.String pattern
- The pattern.
replaceModel
IModel replaceModel
- The model that is to be used for the replacement.
attributeModifiers
AttributeModifier attributeModifiers
- List of AttributeModifiers to be applied for this Component
flags
short flags
- Component flags. See FLAG_* for possible non-exclusive flag values.
id
java.lang.String id
- Component id.
model
IModel model
- The model for this component.
parent
MarkupContainer parent
- Any parent container.
model
IModel model
- former model.
component
Component component
- subject.
isVisible
boolean isVisible
- former value.
level
int level
- The message level; can be used by rendering components. Note that what
actually happens with the level indication is totally up to the
components that render messages like these. The default level is
UNDEFINED.
message
java.lang.String message
- The actual message.
reporter
Component reporter
- The reporting component.
messages
java.util.List messages
- Holds a list of
FeedbackMessages.
includeNestedComponents
boolean includeNestedComponents
- Whether to include the messages of any nested component.
collectingComponent
Component collectingComponent
- Optional collecting component. When this is not set explicitly, the first occurence
of
IFeedbackBoundary will be searched for higher up in the run-time
hierarchy.
sortingComparator
java.util.Comparator sortingComparator
- Comparator used for sorting the messages.
childForId
java.util.Map childForId
- Map of children by id.
autoIndex
int autoIndex
- Used to create page-unique numbers
feedbackMessages
FeedbackMessages feedbackMessages
- Feedback messages for this page
pageMapName
java.lang.String pageMapName
- Name of PageMap that this page is stored in
versionManager
IPageVersionManager versionManager
- Version manager for this page
interceptContinuationURL
java.lang.String interceptContinuationURL
- URL to continue to after a given page.
name
java.lang.String name
- Name of this page map
pageId
int pageId
- Next available page identifier.
sequenceNumber
int sequenceNumber
pageMapName
java.lang.String pageMapName
resourceStream
IResourceStream resourceStream
- The actual raw resource this class is rendering
cacheable
boolean cacheable
- True if this resource can be cached
locale
java.util.Locale locale
- The locale of the resource
name
java.lang.String name
- The name of the resource
scope
java.lang.Class scope
- The scope of the named resource
style
java.lang.String style
- The style of the resource
pageStateSequenceNumber
int pageStateSequenceNumber
- Next available page state sequence number
locale
java.util.Locale locale
- The locale to use when loading resources for this session.
pageMapForName
java.util.Map pageMapForName
- Maps from name to page map
style
java.lang.String style
- Any special "skin" style to use when loading resources.
markupStream
MarkupStream markupStream
- The markup stream that was being parsed when the exception was thrown
|
Package wicket.markup.html |
absolutePath
java.lang.String absolutePath
- The path to the resource
locale
java.util.Locale locale
- The resource's locale
style
java.lang.String style
- The resource's style
|
Package wicket.markup.html.basic |
|
Package wicket.markup.html.border |
|
Package wicket.markup.html.debug |
|
Package wicket.markup.html.form |
invalidInput
java.lang.String invalidInput
- When the user input does not validate, this is a temporary store for the
input he/she provided. We have to store it somewhere as we loose the
request parameter when redirecting.
persistent
boolean persistent
- Whether this form component should save and restore state between
sessions. This is false by default.
validator
IValidator validator
- The validator or validator list for this component.
localizedImageResource
LocalizedImageResource localizedImageResource
- The image resource this image component references
maxRows
int maxRows
- The maximum number of rows to display.
resetPassword
boolean resetPassword
- Flag indicating whether the contents of the field should be reset each
time it is rendered. If
true, the contents are emptied
when the field is rendered. This is useful for login forms. If
false, the contents of the model are put into the field.
This is useful for entry forms where the contents of the model should be
editable, or resubmitted.
|
Package wicket.markup.html.form.model |
list
java.util.List list
- List of choices
|
Package wicket.markup.html.form.persistence |
|
Package wicket.markup.html.form.upload |
item
org.apache.commons.fileupload.FileItem item
fileUpload
FileUpload fileUpload
- The model for the uploaded file
maxSize
Bytes maxSize
- Maximum size of an upload in bytes
|
Package wicket.markup.html.form.validation |
formComponent
FormComponent formComponent
- The form component being validated
errorIndicator
wicket.markup.html.form.validation.FormComponentFeedbackBorder.ErrorIndicator errorIndicator
- The error indicator child which should be shown if an error occurs.
collectingComponent
Component collectingComponent
- Optional collecting component. When this is not set explicitly, the children of
this border will be used for searching for components.
visible
boolean visible
- visible property cache.
max
long max
- Upper bound on valid decimal number.
min
long min
- Lower bound on valid decimal number.
checkMin
boolean checkMin
- True if minimum bound should be checked.
checkMax
boolean checkMax
- True if maximum bound should be checked.
min
int min
- Lower bound on valid length.
max
int max
- Upper bound on valid length.
pattern
java.util.regex.Pattern pattern
- The regexp pattern.
locale
java.util.Locale locale
- The locale to use
type
java.lang.Class type
- The type to use for checking.
|
Package wicket.markup.html.image |
localizedImageResource
LocalizedImageResource localizedImageResource
- The image resource this image component references
|
Package wicket.markup.html.image.resource |
imageData
byte[] imageData
- The byte array holding the contents of the dynamic image
arcHeight
int arcHeight
- The height of the arc in the corner
arcWidth
int arcWidth
- The width of the arc in the corner
backgroundColor
java.awt.Color backgroundColor
- The background color behind the button
color
java.awt.Color color
- The color of the button itself
font
java.awt.Font font
- The font to use
textColor
java.awt.Color textColor
- The color of the text
label
java.lang.String label
- The button label
format
java.lang.String format
- The image type
lastModifiedTime
Time lastModifiedTime
- The time this image resource was last modified
resourceKind
java.lang.Boolean resourceKind
- What kind of resource it is. TRUE==Resource is set, FALSE==ResourceReference is set, null none
component
Component component
- The component that is referencing this image resource
resource
Resource resource
- The image resource this image component references
resourceReference
ResourceReference resourceReference
- The resource reference
height
int height
- Height of image
type
int type
- Type of image (one of BufferedImage.TYPE_*)
width
int width
- Width of image
|
Package wicket.markup.html.link |
pageClass
java.lang.Class pageClass
- The page class that this link links to.
parameters
PageParameters parameters
- The parameters to pass to the class constructor when instantiated.
href
java.lang.String href
- the href attribute.
label
java.lang.String label
- this links' label.
shapeLinks
java.util.List shapeLinks
- list of shape links.
afterDisabledLink
java.lang.String afterDisabledLink
- Simple insertion string to allow disabled links to look like Disabled
link .
autoEnable
boolean autoEnable
- True if link should automatically enable/disable based on current page.
beforeDisabledLink
java.lang.String beforeDisabledLink
- Simple insertion string to allow disabled links to look like Disabled
link .
enabled
boolean enabled
- True if this link is enabled.
popupSettings
PopupSettings popupSettings
- The popup specification. If not-null, a javascript on-click event handler
will be generated that opens a new window using the popup properties.
pageLink
IPageLink pageLink
- The delayed linking Page source.
displayFlags
int displayFlags
- Display flags
height
int height
- Height of popup window.
left
int left
- Left position of popup window.
target
java.lang.String target
- The target to put in JavaScript. This implementation simply refers to the
href element, but clients may want to override this (e.g. when the HTML
element is not an anchor).
top
int top
- Top position of popup window.
width
int width
- Width of popup window.
windowName
java.lang.String windowName
- The logical name of the window. This can be anything you want, although
you should use alphanumeric characters only (no spaces or punctuation).
If you have a window already open and call window.open a second time
using the same windowName, the first window will be reused rather than
opening a second window.
resourceReference
ResourceReference resourceReference
- Resource reference
|
Package wicket.markup.html.list |
index
int index
- The index of the ListItem in the parent ListView
listView
ListView listView
- The ListView's list model
index
int index
firstIndex
int firstIndex
- Index of the first item to show
optimizeItemRemoval
boolean optimizeItemRemoval
- If true, re-rendering the list view is more efficient if the window
doesn't get changed at all or if it gets scrolled (compared to paging).
But if you modify the listView model object, than you must manually call
listView.removeAll() in order to rebuild the ListItems.
viewSize
int viewSize
- Max number (not index) of items to show
iteration
int iteration
- The iteration number
currentPage
int currentPage
- The page to show.
rowsPerPage
int rowsPerPage
- Number of rows per page of the list view.
pageableListView
PageableListView pageableListView
- The PageableListView this navigation is navigating.
startIndex
int startIndex
- Offset for the Loop
margin
int margin
- Number of links on the left and/or right to keep the current page link
somewhere near the middle.
separator
java.lang.String separator
- Default separator between page numbers. Null: no separator.
viewSize
int viewSize
- The maximum number of page links to show.
increment
int increment
- The increment.
pageableListView
PageableListView pageableListView
- The PageableListView the page links are referring to.
pageableListView
PageableListView pageableListView
- The pageable list view.
pageNumber
int pageNumber
- The page of the PageableListView this link is for.
pageableListViewNavigation
PageableListViewNavigation pageableListViewNavigation
- The navigation bar to be printed, e.g. 1 | 2 | 3 etc.
|
Package wicket.markup.html.pages |
|
Package wicket.markup.html.panel |
messageListView
wicket.markup.html.panel.FeedbackPanel.MessageListView messageListView
- Message view
|
Package wicket.markup.html.tree |
treeState
TreeState treeState
- AbstractTree state for this component.
optimizeItemRemoval
boolean optimizeItemRemoval
- If true, re-rendering the tree is more efficient if the tree model doesn't get
changed. However, if this is true, you need to push changes to this tree. This can
easility be done by registering this tree as the listener for tree model events
(TreeModelListener), but you should be carefull not to create a memory leak
by doing this (e.g. when you store the tree model in your session, the tree you
registered cannot be GC-ed).
TRUE by default.
treePathsModel
wicket.markup.html.tree.Tree.TreePathsModel treePathsModel
- Model for the paths of the tree.
treePathsListView
wicket.markup.html.tree.Tree.TreePathsListView treePathsListView
- List view for tree paths.
selectedPath
javax.swing.tree.TreePath selectedPath
- currently selected path.
treeModel
javax.swing.tree.TreeModel treeModel
- Model providing information.
treeSelectionModel
javax.swing.tree.TreeSelectionModel treeSelectionModel
- Selection model.
rootVisible
boolean rootVisible
- True if the root node is displayed, false if its children are the highest
visible nodes.
root
wicket.markup.html.tree.TreeState.TreeStateNode root
- Root node.
rowCount
int rowCount
- Number of rows currently visible.
treePathMapping
java.util.Hashtable treePathMapping
- Maps from TreePath to a TreeStateNode.
info
wicket.markup.html.tree.TreeState.SearchInfo info
- Used for getting path/row information.
tempStacks
java.util.Stack tempStacks
|
Package wicket.markup.parser |
nestedModel
java.lang.Object nestedModel
- Any model object (which may or may not implement IModel)
bindings
java.util.ArrayList bindings
- List of Bindings. Although a Map would be a more natural implementation
here, a List is much more compact in terms of space. Although it may take
longer to find a component binding in theory, in practice it's unlikely
that any BoundCompoundPropertyModel will really have enough bindings to
matter.
object
java.io.Serializable object
- Backing object.
expression
java.lang.String expression
- Ognl expression for property access.
propertyType
java.lang.Class propertyType
- If this is set, this type is used for conversion instead of the type that
is figured out by Ognl. This can be especially usefull for when you have
a generic property (like Serializable myProp) that you want to be
converted to a narrower type (e.g. an Integer). Ognl sees an incomming
string being compatible with the target property, and will then bypass
the converter. Hence, to force myProp being converted to and from and
integer, propertyType should be set to Integer.
model
IModel model
- The wrapped model.
parameters
java.lang.Object[] parameters
- Optional parameters.
component
Component component
- The relative component used for lookups.
resourceKey
java.lang.String resourceKey
- The key of message to get.
|
Package wicket.protocol.http |
attributes
ValueMap attributes
context
javax.servlet.ServletContext context
creationTime
long creationTime
id
java.lang.String id
lastAccessedTime
long lastAccessedTime
webApplication
WebApplication webApplication
- The application this servlet is serving
|
Package wicket.util.collections |
key
java.lang.Object key
- The one and only key in this tiny map
value
java.lang.Object value
- The value for the only key in this tiny map
keys
java.lang.Object[] keys
- The array of keys. Keys that are null are not used.
values
java.lang.Object[] values
- The array of values which correspond by index with the keys array.
size
int size
- The number of valid entries
lastSearchIndex
int lastSearchIndex
- The last search index. This makes putting and getting more efficient.
removedValue
java.lang.Object removedValue
- Value most recently removed from map
maxEntries
int maxEntries
- Maximum number of entries allowed in this map
|
Package wicket.util.convert |
converter
IConverter converter
- The converter that was used.
format
java.text.Format format
- Pattern that was used for conversion.
locale
java.util.Locale locale
- Locale that was used for conversion.
sourceValue
java.lang.Object sourceValue
- The value that was tried to convert.
targetType
java.lang.Class targetType
- Target type for the failed conversion.
typeConverter
ITypeConverter typeConverter
- The type converter that was used
classToConverter
java.util.Map classToConverter
- Maps Classes to ITypeConverters.
defaultConverter
IConverter defaultConverter
- Converter that is to be used when no registered converter is found.
locale
java.util.Locale locale
- The current locale.
|
Package wicket.util.convert.converters |
dateFormats
java.util.Map dateFormats
- The date format to use for the specific locales (used as the key)
dateFormats
java.util.Map dateFormats
- The date format to use
numberFormats
java.util.Map numberFormats
- The date format to use
classToConverter
java.util.Map classToConverter
- Maps value Classes to specific StringConverters.
defaultConverter
ITypeConverter defaultConverter
- Converter that is to be used when no registered converter is found.
|
Package wicket.util.parse.metapattern |
|
Package wicket.util.resource |
charset
java.nio.charset.Charset charset
- Charset for resource
contentType
java.lang.String contentType
- MIME content type
lastModified
Time lastModified
- The last time this stylesheet was modified
file
File file
- Any associated file
buffer
java.lang.StringBuffer buffer
- Stylesheet information
string
java.lang.CharSequence string
- The string resource
url
java.net.URL url
- The URL to this resource.
file
java.io.File file
- the handle to the file if it is a file resource
contentLength
int contentLength
- Length of stream.
contentType
java.lang.String contentType
- Content type for stream.
lastModified
long lastModified
- Last known time the stream was last modified.
|
Package wicket.util.string |
strings
java.util.List strings
totalLength
int totalLength
locale
java.util.Locale locale
- Locale to be used for formatting and parsing.
text
java.lang.String text
- The underlying string.
|
Package wicket.util.value |
value
int value
- The int value
value
long value
- The long value
immutable
boolean immutable
- True if this value map has been made immutable.
map
java.util.Map map
- The underlying map.
|
Package wicket.version.undo |
changeList
ChangeList changeList
- The current list of changes
appliedChangeListForVersionNumber
java.util.Map appliedChangeListForVersionNumber
- Holds the change list that was applied to a given version number. For
example, the ChangeList that was /applied/ to version 0 would be stored
under the key Integer(0).
page
Page page
- The page being managed
versionNumber
int versionNumber
- The current version number
Copyright © 2004-2005 Wicket developers. All Rights Reserved.