Serialized Form
Package info.joseluismartin.vaadin |
context
org.springframework.context.ApplicationContext context
Package info.joseluismartin.vaadin.data |
fieldMap
Map<K,V> fieldMap
serialVersionUID: 1L
page
Page<T> page
service
PersistentService<T,PK extends Serializable> service
sortableProperties
List<E> sortableProperties
items
List<E> items
entityClass
Class<T> entityClass
listeners
List<E> listeners
itemIdStrategy
ItemIdStrategy itemIdStrategy
dirtyItems
Map<K,V> dirtyItems
newItems
Map<K,V> newItems
readThrough
boolean readThrough
writeThrough
boolean writeThrough
containerDataSource
ContainerDataSource<T> containerDataSource
containerDataSource
ContainerDataSource<T> containerDataSource
indexes
Map<K,V> indexes
keys
Map<K,V> keys
containerDataSource
ContainerDataSource<T> containerDataSource
identifierPropertyName
String identifierPropertyName
Package info.joseluismartin.vaadin.ui |
component
com.vaadin.ui.Component component
model
Object model
components
List<E> components
main
com.vaadin.ui.HorizontalLayout main
menu
com.vaadin.ui.VerticalLayout menu
selected
com.vaadin.ui.Panel selected
itemSelected
info.joseluismartin.vaadin.ui.MenuItem itemSelected
name
String name
icon
com.vaadin.terminal.Resource icon
component
com.vaadin.ui.Component component
Package info.joseluismartin.vaadin.ui.form |
persistentServiceFactory
PersistentServiceFactory persistentServiceFactory
annotationMap
Map<K,V> annotationMap
classFieldMap
Map<K,V> classFieldMap
- class to class field map
idBuilderMap
Map<K,V> idBuilderMap
- propertyId to FieldBuilder map
idClassMap
Map<K,V> idClassMap
- propertyId to class map
classBuilderMap
Map<K,V> classBuilderMap
- class to field builder map
fieldProcessors
List<E> fieldProcessors
- fiedl processor list
form
com.vaadin.ui.Form form
persistentService
PersistentService<T,PK extends Serializable> persistentService
form
com.vaadin.ui.Form form
acceptButtonListener
ButtonListener acceptButtonListener
cancelButtonListener
ButtonListener cancelButtonListener
messageSource
org.springframework.context.MessageSource messageSource
dirty
boolean dirty
actions
List<E> actions
- TableAction List
buttonPanel
com.vaadin.ui.HorizontalLayout buttonPanel
- button panel
persistentService
PersistentService<T,PK extends Serializable> persistentService
- persistent service
persistentService
PersistentService<T,PK extends Serializable> persistentService
defaultWidth
String defaultWidth
defaultHeight
String defaultHeight
widths
Map<K,V> widths
heights
Map<K,V> heights
Package info.joseluismartin.vaadin.ui.table |
messageSource
org.springframework.context.MessageSource messageSource
modal
boolean modal
serialVersionUID: 1L
table
PageableTable<T> table
buttonPanel
com.vaadin.ui.Component buttonPanel
editor
View<T> editor
editorName
String editorName
applicationContext
org.springframework.context.ApplicationContext applicationContext
service
PersistentService<T,PK extends Serializable> service
caption
String caption
description
String description
icon
com.vaadin.terminal.Resource icon
name
String name
displayName
String displayName
width
int width
align
String align
icon
com.vaadin.terminal.Resource icon
sortable
boolean sortable
sortPropertyName
String sortPropertyName
cellComponent
Class<T> cellComponent
cellEditor
Class<T> cellEditor
propertyEditor
PropertyEditor propertyEditor
usingChecks
boolean usingChecks
columns
List<E> columns
sorter
TableSorter sorter
columnMap
Map<K,V> columnMap
messageSource
org.springframework.context.MessageSource messageSource
serialVersionUID: 1L
table
ConfigurableTable table
- the table
paginator
VaadinPaginator<T> paginator
- the external paginator
service
PersistentService<T,PK extends Serializable> service
- persistentService
page
Page<T> page
- page
beanFilter
Filter beanFilter
- Filter
container
com.vaadin.data.util.BeanItemContainer<BEANTYPE> container
- container to use when using external paginator
editor
String editor
- Form editor name
guiFactory
GuiFactory guiFactory
- Gui Factory used to get editor instances
autoResize
boolean autoResize
- if true, pagesLength change to pageSize
autoCreateEditor
boolean autoCreateEditor
- if true, will create a editor when none configured
actions
List<E> actions
- TableAction List
filterEditor
String filterEditor
- Filter editor
filterForm
com.vaadin.ui.Form filterForm
- Filter Form
formFieldFactory
com.vaadin.ui.FormFieldFactory formFieldFactory
- FormFieldFactory used when creating editor forms
entityClass
Class<T> entityClass
- the entity class
messageSource
org.springframework.context.MessageSource messageSource
- Message Source
table
PageableTable<T> table
messageSource
org.springframework.context.MessageSource messageSource
serialVersionUID: 1L
status
com.vaadin.ui.Label status
- Label to show in pagination status.
resultCount
com.vaadin.ui.Label resultCount
pageSizes
String[] pageSizes
- String array with available page sizes
next
com.vaadin.ui.Button next
- goto next page button
previous
com.vaadin.ui.Button previous
- goto previous page button
first
com.vaadin.ui.Button first
- goto first page button
last
com.vaadin.ui.Button last
- goto last page button
pgs
com.vaadin.ui.Select pgs
- select with page sizes
goTo
com.vaadin.ui.Select goTo
- select with all pages for jump to page number
buttonClickListener
info.joseluismartin.vaadin.ui.table.VaadinPaginator.ButtonClickListener buttonClickListener
- Listen buttons clicks
messageSource
org.springframework.context.MessageSource messageSource
Copyright © 2012 JDAL. All Rights Reserved.