Serialized Form


Package fi.paatti.research.paattiapplication

Class fi.paatti.research.paattiapplication.LoginWindow extends com.vaadin.ui.VerticalLayout implements Serializable

serialVersionUID: 1L

Serialized Fields

application

PaattiResearchApplication application

container

com.vaadin.ui.ComponentContainer container

loginForm

com.vaadin.ui.LoginForm loginForm

Class fi.paatti.research.paattiapplication.PaattiResearchApplication extends com.vaadin.Application implements Serializable

serialVersionUID: 1L

Serialized Fields

mainWindow

com.vaadin.ui.Window mainWindow

loginWindow

LoginWindow loginWindow

applicationTabSheet

ApplicationTabSheet applicationTabSheet

db

fi.paatti.paattidatabaseutils.dbservice.PaattiResearchDBService db

loginHelper

fi.paatti.paattiloginutils.LoginHelper loginHelper

request

javax.servlet.http.HttpServletRequest request

response

javax.servlet.http.HttpServletResponse response

Package fi.paatti.research.paattiapplication.components

Class fi.paatti.research.paattiapplication.components.SearchComponent extends com.vaadin.ui.VerticalLayout implements Serializable

Serialized Fields

applicationView

ApplicationView applicationView

queryTableName

String queryTableName

queryTableIdColumn

String queryTableIdColumn

visibleColumns

String[] visibleColumns

searchField

com.vaadin.ui.TextField searchField

toggleShowDeleted

com.vaadin.ui.CheckBox toggleShowDeleted

searchQueryContents

com.vaadin.ui.Table searchQueryContents

createButton

com.vaadin.ui.Button createButton

searchButton

com.vaadin.ui.Button searchButton

selectButton

com.vaadin.ui.Button selectButton

searchFilter

com.vaadin.data.Container.Filter searchFilter

activeRowFilter

com.vaadin.data.Container.Filter activeRowFilter

queryResults

com.vaadin.data.util.sqlcontainer.SQLContainer queryResults

Package fi.paatti.research.paattiapplication.views

Class fi.paatti.research.paattiapplication.views.ApplicationTabSheet extends com.vaadin.ui.TabSheet implements Serializable

serialVersionUID: 1L

Serialized Fields

application

PaattiResearchApplication application

Class fi.paatti.research.paattiapplication.views.ApplicationView extends com.vaadin.ui.CustomComponent implements Serializable

Serialized Fields

applicationTabSheet

ApplicationTabSheet applicationTabSheet

searchComponent

SearchComponent searchComponent

tabSheet

com.vaadin.ui.TabSheet tabSheet

selectedItem

com.vaadin.data.Item selectedItem

tableColumnId

String tableColumnId

selectedItemInfoLabel

com.vaadin.ui.Label selectedItemInfoLabel

Class fi.paatti.research.paattiapplication.views.ApplicationViewTab extends com.vaadin.ui.CustomComponent implements Serializable

Serialized Fields

view

ApplicationView view

Package fi.paatti.research.paattiapplication.views.eventview

Class fi.paatti.research.paattiapplication.views.eventview.EventInfoTab extends ApplicationViewTab implements Serializable

serialVersionUID: 1L

Serialized Fields

eventTool

EventTool eventTool

image

com.vaadin.ui.Embedded image

eventTitleField

com.vaadin.ui.TextField eventTitleField

eventDescriptionArea

com.vaadin.ui.TextArea eventDescriptionArea

eventTypeSelect

com.vaadin.ui.Select eventTypeSelect

saveButton

com.vaadin.ui.Button saveButton

removeButton

com.vaadin.ui.Button removeButton

eventTypeContainer

com.vaadin.data.util.sqlcontainer.SQLContainer eventTypeContainer

eventEstimatedTimeField

com.vaadin.ui.TextField eventEstimatedTimeField

Class fi.paatti.research.paattiapplication.views.eventview.EventTool extends ApplicationViewTab implements Serializable

serialVersionUID: 1L

Serialized Fields

application

PaattiResearchApplication application

connectors

fi.paatti.research.paattiapplication.views.eventview.EventTool.ConnectorSource connectors

connectorResource

com.vaadin.terminal.StreamResource connectorResource

canvas

com.vaadin.ui.Embedded canvas

nodeFactory

NodeFactory nodeFactory

nodes

ArrayList<E> nodes

settingsView

SettingsView settingsView

contextMenu

ContextMenu contextMenu

nodeMode

EventTool.NODE_MODES nodeMode

eventRowId

Object eventRowId

taskRowId

Object taskRowId

choiceRowId

Object choiceRowId

saveWarningMessage

String saveWarningMessage

Class fi.paatti.research.paattiapplication.views.eventview.EventView extends ApplicationView implements Serializable

serialVersionUID: 1L

Serialized Fields

eventInfoTab

EventInfoTab eventInfoTab

eventToolTab

EventTool eventToolTab

Package fi.paatti.research.paattiapplication.views.eventview.tools

Class fi.paatti.research.paattiapplication.views.eventview.tools.Clickable extends Object implements Serializable

Serialized Fields

x

int x

y

int y

width

int width

height

int height

Class fi.paatti.research.paattiapplication.views.eventview.tools.ContextMenu extends Clickable implements Serializable

Serialized Fields

visible

boolean visible

nodeMenuItems

LinkedList<E> nodeMenuItems

nullMenuItems

LinkedList<E> nullMenuItems

currentItemList

LinkedList<E> currentItemList

Class fi.paatti.research.paattiapplication.views.eventview.tools.ContextMenu.MenuItem extends Clickable implements Serializable

Serialized Fields

caption

String caption

nodeMode

EventTool.NODE_MODES nodeMode

nodeType

NodeFactory.NODE_TYPE nodeType

Class fi.paatti.research.paattiapplication.views.eventview.tools.NodeFactory extends Object implements Serializable

Serialized Fields

id

int id

Class fi.paatti.research.paattiapplication.views.eventview.tools.NodeFactory.MultiPathNode extends NodeFactory.TreeNode implements Serializable

Serialized Fields

nodePaths

LinkedList<E> nodePaths

Class fi.paatti.research.paattiapplication.views.eventview.tools.NodeFactory.MultiPathNode.NodePath extends Object implements Serializable

Serialized Fields

destinationNode

NodeFactory.TreeNode destinationNode

value

int value

description

String description

bean

com.vaadin.data.util.BeanItem<BT> bean

Class fi.paatti.research.paattiapplication.views.eventview.tools.NodeFactory.RadioNode extends NodeFactory.MultiPathNode implements Serializable

Class fi.paatti.research.paattiapplication.views.eventview.tools.NodeFactory.RootNode extends NodeFactory.SinglePathNode implements Serializable

Class fi.paatti.research.paattiapplication.views.eventview.tools.NodeFactory.SinglePathNode extends NodeFactory.TreeNode implements Serializable

Class fi.paatti.research.paattiapplication.views.eventview.tools.NodeFactory.TreeNode extends Clickable implements Serializable

Serialized Fields

id

int id

realId

int realId

description

String description

content

String content

active

boolean active

bean

com.vaadin.data.util.BeanItem<BT> bean

type

int type

parents

LinkedList<E> parents

children

LinkedList<E> children

baseColor

Color baseColor

Class fi.paatti.research.paattiapplication.views.eventview.tools.ReturnValueButton extends com.vaadin.ui.NativeButton implements Serializable

Serialized Fields

returnValue

Object returnValue

Class fi.paatti.research.paattiapplication.views.eventview.tools.SettingsView extends com.vaadin.ui.VerticalLayout implements Serializable

serialVersionUID: 1L

Serialized Fields

eventTool

EventTool eventTool

settingsViewListener

fi.paatti.research.paattiapplication.views.eventview.tools.SettingsView.SettingsViewListener settingsViewListener

idLabel

com.vaadin.ui.Label idLabel

parentsList

com.vaadin.ui.VerticalLayout parentsList

childrenList

com.vaadin.ui.VerticalLayout childrenList

activeNode

NodeFactory.TreeNode activeNode

descriptionField

com.vaadin.ui.TextField descriptionField

contentArea

com.vaadin.ui.RichTextArea contentArea

addPathButton

ReturnValueButton addPathButton

pathLayout

com.vaadin.ui.VerticalLayout pathLayout

Package fi.paatti.research.paattiapplication.views.groupview

Class fi.paatti.research.paattiapplication.views.groupview.GroupInfoTab extends ApplicationViewTab implements Serializable

Serialized Fields

image

com.vaadin.ui.Embedded image

groupNameField

com.vaadin.ui.TextField groupNameField

groupDescriptionArea

com.vaadin.ui.TextArea groupDescriptionArea

researchSelect

com.vaadin.ui.Select researchSelect

roleSelect

com.vaadin.ui.Select roleSelect

saveButton

com.vaadin.ui.Button saveButton

removeButton

com.vaadin.ui.Button removeButton

researchContainer

com.vaadin.data.util.sqlcontainer.SQLContainer researchContainer

roleContainer

com.vaadin.data.util.sqlcontainer.SQLContainer roleContainer

Class fi.paatti.research.paattiapplication.views.groupview.GroupSchedulesInfoTab extends ApplicationViewTab implements Serializable

Serialized Fields

schedulesTable

com.vaadin.ui.Table schedulesTable

scheduleSelect

com.vaadin.ui.Select scheduleSelect

visibleColumns

String[] visibleColumns

visibleHeaders

String[] visibleHeaders

availableSchedulesContainer

com.vaadin.data.util.sqlcontainer.SQLContainer availableSchedulesContainer

Class fi.paatti.research.paattiapplication.views.groupview.GroupUsersInfoTab extends ApplicationViewTab implements Serializable

Serialized Fields

usersTable

com.vaadin.ui.Table usersTable

userSelect

com.vaadin.ui.Select userSelect

visibleColumns

String[] visibleColumns

visibleHeaders

String[] visibleHeaders

usersContainer

com.vaadin.data.util.sqlcontainer.SQLContainer usersContainer

Class fi.paatti.research.paattiapplication.views.groupview.GroupView extends ApplicationView implements Serializable

Serialized Fields

groupInfoTab

GroupInfoTab groupInfoTab

groupUsersInfoTab

GroupUsersInfoTab groupUsersInfoTab

groupSchedulesInfoTab

GroupSchedulesInfoTab groupSchedulesInfoTab

Package fi.paatti.research.paattiapplication.views.ownpageview

Class fi.paatti.research.paattiapplication.views.ownpageview.OwnPageView extends com.vaadin.ui.VerticalLayout implements Serializable

Serialized Fields

grid

com.vaadin.ui.GridLayout grid

userBtnLayout

com.vaadin.ui.VerticalLayout userBtnLayout

user

fi.paatti.paattidatabaseutils.dbobjects.User user

Package fi.paatti.research.paattiapplication.views.researchview

Class fi.paatti.research.paattiapplication.views.researchview.ResearchInfoTab extends ApplicationViewTab implements Serializable

Serialized Fields

image

com.vaadin.ui.Embedded image

researchNameField

com.vaadin.ui.TextField researchNameField

researchDescriptionArea

com.vaadin.ui.TextArea researchDescriptionArea

groupsTable

com.vaadin.ui.Table groupsTable

saveButton

com.vaadin.ui.Button saveButton

removeButton

com.vaadin.ui.Button removeButton

examineGroupButton

com.vaadin.ui.Button examineGroupButton

visibleColumns

String[] visibleColumns

visibleHeaders

String[] visibleHeaders

Class fi.paatti.research.paattiapplication.views.researchview.ResearchView extends ApplicationView implements Serializable

Serialized Fields

researchInfoTab

ResearchInfoTab researchInfoTab

Package fi.paatti.research.paattiapplication.views.scheduleview

Class fi.paatti.research.paattiapplication.views.scheduleview.ScheduleEditTab extends ApplicationViewTab implements Serializable

serialVersionUID: 1L

Serialized Fields

tableLeftColumns

String[] tableLeftColumns

tableRightColumns

String[] tableRightColumns

availableEventsLayout

com.vaadin.ui.VerticalLayout availableEventsLayout

availableEventsTable

com.vaadin.ui.Table availableEventsTable

addScheduleButton

com.vaadin.ui.Button addScheduleButton

scheduledEventsLayout

com.vaadin.ui.VerticalLayout scheduledEventsLayout

scheduledEventsTable

com.vaadin.ui.Table scheduledEventsTable

removeButton

com.vaadin.ui.Button removeButton

eventDatePopupDateField

com.vaadin.ui.PopupDateField eventDatePopupDateField

scheduledEventsIndexedCont

com.vaadin.data.util.IndexedContainer scheduledEventsIndexedCont

scheduledEventsActionsLayout

com.vaadin.ui.HorizontalLayout scheduledEventsActionsLayout

voluntaryEventsCheckbox

com.vaadin.ui.CheckBox voluntaryEventsCheckbox

Class fi.paatti.research.paattiapplication.views.scheduleview.ScheduleInfoTab extends ApplicationViewTab implements Serializable

Serialized Fields

image

com.vaadin.ui.Embedded image

scheduleDescriptionArea

com.vaadin.ui.TextArea scheduleDescriptionArea

saveButton

com.vaadin.ui.Button saveButton

removeButton

com.vaadin.ui.Button removeButton

Class fi.paatti.research.paattiapplication.views.scheduleview.ScheduleView extends ApplicationView implements Serializable

Serialized Fields

scheduleInfoTab

ScheduleInfoTab scheduleInfoTab

scheduleEditTab

ScheduleEditTab scheduleEditTab

Package fi.paatti.research.paattiapplication.views.userview

Class fi.paatti.research.paattiapplication.views.userview.UserEventHistoryTab extends ApplicationViewTab implements Serializable

Serialized Fields

userEventDataTable

com.vaadin.ui.Table userEventDataTable

exportButton

com.vaadin.ui.Button exportButton

Class fi.paatti.research.paattiapplication.views.userview.UserGroupInfoTab extends ApplicationViewTab implements Serializable

Serialized Fields

groupTable

com.vaadin.ui.Table groupTable

groupSelect

com.vaadin.ui.Select groupSelect

Class fi.paatti.research.paattiapplication.views.userview.UserInfoTab extends ApplicationViewTab implements Serializable

Serialized Fields

image

com.vaadin.ui.Embedded image

usernameField

com.vaadin.ui.TextField usernameField

firstNameField

com.vaadin.ui.TextField firstNameField

lastNameField

com.vaadin.ui.TextField lastNameField

userPasswordField

com.vaadin.ui.TextField userPasswordField

userDescriptionArea

com.vaadin.ui.TextArea userDescriptionArea

saveButton

com.vaadin.ui.Button saveButton

removeButton

com.vaadin.ui.Button removeButton

Class fi.paatti.research.paattiapplication.views.userview.UserView extends ApplicationView implements Serializable

Serialized Fields

userInfoTab

UserInfoTab userInfoTab

userGroupInfoTab

UserGroupInfoTab userGroupInfoTab

userEventHistoryTab

UserEventHistoryTab userEventHistoryTab



Copyright © 2012. All Rights Reserved.