Serialized Form


Package org.efaps.ui.servlet

Class org.efaps.ui.servlet.CheckoutServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 7810426422513524710L

Class org.efaps.ui.servlet.HelpServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.servlet.ImageServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -2469349574113406199L

Class org.efaps.ui.servlet.RequestHandlerInitServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 7212518317632161066L

Class org.efaps.ui.servlet.StaticContentServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

cacheDuration

int cacheDuration

Class org.efaps.ui.servlet.WebDAVServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -589477313883705672L


Package org.efaps.ui.wicket

Class org.efaps.ui.wicket.EFapsSession extends org.apache.wicket.protocol.http.WebSession implements Serializable

serialVersionUID: 1L

Serialized Fields

componentcache

java.util.Map<K,V> componentcache
This instance Map is a Cache for Components, which must be able to be accessed from various PageMaps.

See Also:
EFapsSession.getFromCache(String), EFapsSession.putIntoCache(String, Component), EFapsSession.removeFromCache(String)

openerCache

java.util.Map<K,V> openerCache
Map caches the opener instances which are used to pass information from on page to anotheer in the case that the browser is involved.


userName

java.lang.String userName
This instance variable holds the Name of the logged in user. It is also used to check if a user is logged in, by returning that a user is logged in, if this variable is not null.

See Also:
EFapsSession.isLogedIn(), #checkin(), #checkout()

sessionAttributes

java.util.Map<K,V> sessionAttributes
This instance map stores the Attributes wich are valid for the whole session. It is passed on to the Context while opening it.

See Also:
EFapsSession.openContext()

updateBehaviors

java.util.Map<K,V> updateBehaviors
This instance map stores the Behaviors that will be called through the UpdateInterface.

See Also:
EFapsSession.addUpdateBehaviors(String, UpdateInterface), EFapsSession.getUpdateBehavior(String), EFapsSession.getUpdateBehaviors()

fileCallBack

ShowFileCallBackBehavior fileCallBack

file

java.io.File file

Class org.efaps.ui.wicket.Opener extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

java.lang.String id
Id of this opener. It is generated as a random number in the constructor.


model

org.apache.wicket.model.IModel<T> model
Stores the model of the opener.


pageMapName

java.lang.String pageMapName
The name of the page map of this opener.


menuTreeKey

java.lang.String menuTreeKey
The key for the related menuTree of the opener.


commandUUID

java.util.UUID commandUUID
This UUID can be used to store a command in the opener. This is needed if e.g. the model is not existing because it was opened by the main window.


instanceKey

java.lang.String instanceKey
This String can be used to store a oid in the opener. This is needed if e.g. the model is not existing because it was opened by the main window.


marked4Remove

boolean marked4Remove
This variable stores if this opener can be removed from the session on the next possibility.


Package org.efaps.ui.wicket.behaviors

Class org.efaps.ui.wicket.behaviors.AbstractAjaxCallBackBehavior extends org.apache.wicket.ajax.AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

target

AbstractAjaxCallBackBehavior.Target target
Target for this callback.

Class org.efaps.ui.wicket.behaviors.AjaxFieldUpdateBehavior extends org.apache.wicket.ajax.form.AjaxFormSubmitBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

model

org.apache.wicket.model.IModel<T> model
Model that will be used on submit (if not null).

Class org.efaps.ui.wicket.behaviors.ExpandTextareaBehavior extends org.apache.wicket.behavior.AbstractBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.behaviors.SetMessageStatusContributor extends org.apache.wicket.behavior.StringHeaderContributor implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.behaviors.SetSelectedRowBehavior extends org.apache.wicket.behavior.AbstractBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name
Name of the field this behavior belong to.

Class org.efaps.ui.wicket.behaviors.ShowFileCallBackBehavior extends org.apache.wicket.behavior.AbstractBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

component

org.apache.wicket.Component component

Package org.efaps.ui.wicket.behaviors.dojo

Class org.efaps.ui.wicket.behaviors.dojo.AbstractDojoBehavior extends org.apache.wicket.behavior.AbstractBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.behaviors.dojo.BorderBehavior extends AbstractDojoBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

design

BorderBehavior.Design design
Stores the design of this BorderBehavior.

Class org.efaps.ui.wicket.behaviors.dojo.ContentPaneBehavior extends AbstractDojoBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

region

ContentPaneBehavior.Region region
Region of this ContenPane.


width

java.lang.String width
Width of this ContenPane.


height

java.lang.String height
Height of this ContenPane.


splitter

java.lang.Boolean splitter
Sould a splitter be added.

Class org.efaps.ui.wicket.behaviors.dojo.DnDBehavior extends AbstractDojoBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

type

DnDBehavior.BehaviorType type
This instance variable stores what kind should be rendered.


horizontal

boolean horizontal
this instance variable stores if the orientation for drag and drop is horizontal or vertical. It is only used in case of BehaviorType.SOURCE


handles

boolean handles
this instance variable stores if the items inside the source can only by draged by an handle. It is only used in case of BehaviorType.SOURCE


allowCopy

boolean allowCopy
this instance variable stores if it is allowed to copy items instead of drag and drop. It is only used in case of BehaviorType.SOURCE


appendJavaScript

java.lang.String appendJavaScript
this instance variable stores a javascript which will be executed after the drag and drop. It is only used in case of BehaviorType.SOURCE


dndType

java.lang.CharSequence dndType
Type.

Class org.efaps.ui.wicket.behaviors.dojo.EditorBehavior extends AbstractDojoBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

cmds

java.util.List<E> cmds
Stores the design of this BorderBehavior.


Package org.efaps.ui.wicket.behaviors.update

Class org.efaps.ui.wicket.behaviors.update.AbstractAjaxUpdateBehavior extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

mode

org.efaps.admin.ui.AbstractUserInterfaceObject.TargetMode mode
This instance variable stores the TargetMode of this behavior.


instanceKey

java.lang.String instanceKey
This instance variable stores the oid of this behavior.


Package org.efaps.ui.wicket.components

Class org.efaps.ui.wicket.components.AbstractParentMarkupContainer extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.ChildCallBackHeaderContributer extends org.apache.wicket.behavior.StringHeaderContributor implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.FormContainer extends org.apache.wicket.markup.html.form.Form<java.lang.Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

defaultSubmit

org.apache.wicket.Component defaultSubmit
Component that will be committed by default.


actionUrl

java.lang.String actionUrl
Url for the action that must be called.


fileUpload

boolean fileUpload
Is this form a used to upload a file.

Class org.efaps.ui.wicket.components.LabelComponent extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.autocomplete

Class org.efaps.ui.wicket.components.autocomplete.AutoCompleteField extends org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteTextField<java.util.Map<java.lang.String,java.lang.String>> implements Serializable

serialVersionUID: 1L

Serialized Fields

model

org.apache.wicket.model.IModel<T> model
Model of this Component.


cmdBehavior

AjaxCmdBehavior cmdBehavior
Behavior that will be executed onchange, if this AutoCompleteField is used in CommandCellPanel.


selectRow

boolean selectRow
Must this row be selected. Used if this completefield is inside a table.


fieldName

java.lang.String fieldName
Name of the field this AutoCompleteField belongs to.


cols

int cols
NUmber of cols this field has got.


uiAbstractCell

UITableCell uiAbstractCell
Cell this complete field belongs to.

Class org.efaps.ui.wicket.components.autocomplete.AutoCompleteRenderer extends org.apache.wicket.extensions.ajax.markup.html.autocomplete.AbstractAutoCompleteTextRenderer<java.util.Map<java.lang.String,java.lang.String>> implements Serializable

serialVersionUID: 1L

Serialized Fields

autoCompleteField

AutoCompleteField autoCompleteField
AutoCompleteField this renderer is used for.


Package org.efaps.ui.wicket.components.button

Class org.efaps.ui.wicket.components.button.Button extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

imagediv

Button.ButtonImage imagediv

Class org.efaps.ui.wicket.components.button.Button.ButtonImage extends StaticImageComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

reference

boolean reference

Class org.efaps.ui.wicket.components.button.ButtonStyleBehavior extends org.apache.wicket.behavior.AbstractBehavior implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.classification

Class org.efaps.ui.wicket.components.classification.ClassificationPath extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.classification.ClassificationPathPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

modal

ModalWindowContainer modal
Modal window used to display the page containing the classification tree.


updateForm

boolean updateForm
Must the form be updated after closing the modal window containing the classification tree.

Class org.efaps.ui.wicket.components.classification.ClassificationPathPanel.AjaxOpenClassTreeBehavior extends org.apache.wicket.ajax.AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.classification.ClassificationPathPanel.ClassTreeOpener extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.classification.ClassificationPathPanel.UpdateCallback extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.classification.ClassificationTree extends org.apache.wicket.markup.html.tree.BaseTree implements Serializable

serialVersionUID: 1L

Serialized Fields

node2Component

java.util.Map<K,V> node2Component
Mapping between the node from the swing tree and the child components.

Class org.efaps.ui.wicket.components.classification.ClassificationTree.AjaxSubmitCloseLink extends org.apache.wicket.ajax.markup.html.AjaxLink<UIClassification> implements Serializable

serialVersionUID: 1L

Serialized Fields

classPathPanel

ClassificationPathPanel classPathPanel
The panel this tree sits in.

Class org.efaps.ui.wicket.components.classification.ClassificationTreeLabelPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.classification.ClassificationTreeLabelPanel.AjaxCheckBox extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.classification.ClassificationTreeLabelPanel.AjaxCheckBoxClickBehavior extends org.apache.wicket.ajax.AjaxEventBehavior implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.date

Class org.efaps.ui.wicket.components.date.DateTimePanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldName

java.lang.String fieldName
Name of the field this DateTimePanel belongs to.


converter

org.apache.wicket.datetime.DateConverter converter
DateConverter needed to enable date formating related to the locale.


datetime

org.joda.time.DateTime datetime
DateTime of this DateTimePanel.


Package org.efaps.ui.wicket.components.editor

Class org.efaps.ui.wicket.components.editor.EditorPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.efapscontent

Class org.efaps.ui.wicket.components.efapscontent.StaticImageComponent extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

url

java.lang.String url

Package org.efaps.ui.wicket.components.footer

Class org.efaps.ui.wicket.components.footer.AjaxCancelLink extends org.apache.wicket.ajax.markup.html.AjaxLink<java.lang.Object> implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.footer.AjaxReviseLink extends org.apache.wicket.ajax.markup.html.AjaxLink<AbstractUIObject> implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.footer.AjaxSubmitCloseBehavior extends org.apache.wicket.ajax.form.AjaxFormSubmitBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

uiObject

UIAbstractPageObject uiObject
Instance variable storing the model, because the super classes of a behavior, doesn't store the model.


form

FormContainer form
Instance variable storing the form to be submited.


validated

boolean validated
Has this form been already validated.

Class org.efaps.ui.wicket.components.footer.AjaxSubmitCloseLink extends org.apache.wicket.markup.html.form.SubmitLink implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.footer.ClosePopUpLink extends org.apache.wicket.markup.html.link.PopupCloseLink<AbstractUIObject> implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.footer.FooterPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: -1722339596237748160L

Serialized Fields

modalWindow

ModalWindowContainer modalWindow
This instance variable stores the ModalWindowContainer the Page and with it this footer was opened in, to have acess to it, for actions like closing the ModalWindow.


success

boolean success
Stores if the update was successful.

Class org.efaps.ui.wicket.components.footer.SearchSubmitLink extends org.apache.wicket.markup.html.form.SubmitLink implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.footer.UploadBehavior extends org.apache.wicket.behavior.AbstractBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

component

org.apache.wicket.Component component
This instance variable stores the Component this IBhevaior is bind to.


modalWindow

ModalWindowContainer modalWindow
It this UploadBehavior is used inside a modal window it is stored.


Package org.efaps.ui.wicket.components.form

Class org.efaps.ui.wicket.components.form.FormPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

requiredComponents

java.util.Map<K,V> requiredComponents
Map containing the required Components. Used for the check if this components are filled in.


dateComponents

java.util.Set<E> dateComponents
Set contains the date components of this formpanel.


Package org.efaps.ui.wicket.components.form.cell

Class org.efaps.ui.wicket.components.form.cell.ValueCellPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

dateTextField

DateTimePanel dateTextField
Instance field needed in case that a field needs a datefield.


Package org.efaps.ui.wicket.components.form.command

Class org.efaps.ui.wicket.components.form.command.AjaxCmdBehavior extends org.apache.wicket.ajax.form.AjaxFormSubmitBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

targetComponent

org.apache.wicket.Component targetComponent

others

java.lang.String others

Class org.efaps.ui.wicket.components.form.command.AjaxExecuteLink extends org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.form.command.CommandCellPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.form.command.EsjpAjaxComponent extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.form.row

Class org.efaps.ui.wicket.components.form.row.RowPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.form.set

Class org.efaps.ui.wicket.components.form.set.ValuePanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.form.set.ValuePanel.AjaxRemove extends org.apache.wicket.ajax.markup.html.AjaxLink<UIFormCellSet> implements Serializable

serialVersionUID: 1L

Serialized Fields

valueID

java.lang.Long valueID

name

java.lang.String name

Class org.efaps.ui.wicket.components.form.set.YPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.form.set.YPanel.AjaxAddNew extends org.apache.wicket.ajax.markup.html.AjaxLink<UIFormCellSet> implements Serializable

serialVersionUID: 1L

Serialized Fields

view

YPanel.YRefreshingView view
Refreshing view this ajax link belongs to.

Class org.efaps.ui.wicket.components.form.set.YPanel.AjaxRemoveNew extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name
name of the related component.


count

java.lang.String count
count.

Class org.efaps.ui.wicket.components.form.set.YPanel.AjaxRemoveNew.AjaxRemoveNewBehavior extends org.apache.wicket.ajax.AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.form.set.YPanel.YRefreshingView extends org.apache.wicket.markup.repeater.RefreshingView<XYValue> implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.form.valuepicker

Class org.efaps.ui.wicket.components.form.valuepicker.Value4Picker extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

key

java.lang.String key
Key for the value.


value

java.lang.String value
Value.

Class org.efaps.ui.wicket.components.form.valuepicker.ValuePicker extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

valueComponent

Value4Picker valueComponent

Class org.efaps.ui.wicket.components.form.valuepicker.ValuePicker.AjaxOpenPickerBehavior extends org.apache.wicket.ajax.AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.form.valuepicker.ValuePickerPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

valueComponent

Value4Picker valueComponent

searchField

ValuePickerPanel.SearchField searchField

Class org.efaps.ui.wicket.components.form.valuepicker.ValuePickerPanel.Item extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

submitCloseBehavior

ValuePickerPanel.SubmitCloseBehavior submitCloseBehavior

values

java.lang.String[] values

Class org.efaps.ui.wicket.components.form.valuepicker.ValuePickerPanel.NoSubmitForm extends org.apache.wicket.markup.html.form.Form<java.lang.Object> implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.form.valuepicker.ValuePickerPanel.SearchBehavior extends org.apache.wicket.ajax.form.AjaxFormSubmitBehavior implements Serializable

Class org.efaps.ui.wicket.components.form.valuepicker.ValuePickerPanel.SearchField extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.form.valuepicker.ValuePickerPanel.SubmitCloseBehavior extends org.apache.wicket.ajax.form.AjaxFormSubmitBehavior implements Serializable


Package org.efaps.ui.wicket.components.heading

Class org.efaps.ui.wicket.components.heading.HeadingPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

level

int level
Instance variable storing the level of the Heading, if the level is 0 (default) than a Title will be rendered.


Package org.efaps.ui.wicket.components.menu

Class org.efaps.ui.wicket.components.menu.AbstractMenuItemAjaxComponent extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.menu.AbstractMenuItemLink extends org.apache.wicket.markup.html.link.Link<UIMenuItem> implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.menu.AjaxOpenModalComponent extends AbstractMenuItemAjaxComponent implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.menu.AjaxOpenModalComponent.AjaxOpenModalBehavior extends org.apache.wicket.ajax.AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.menu.AjaxOpenModalComponent.SubmitAndOpenModalBehavior extends org.apache.wicket.ajax.form.AjaxFormSubmitBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

form

org.apache.wicket.markup.html.form.Form<T> form
Form to be submitted.

Class org.efaps.ui.wicket.components.menu.AjaxSearchComponent extends AbstractMenuItemAjaxComponent implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.menu.AjaxSearchComponent.AjaxReloadSearchFormBehavior extends org.apache.wicket.ajax.AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.menu.AjaxSetCompanyLink extends AbstractMenuItemAjaxComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

reload

boolean reload
Must the main page be reloaded or not.

Class org.efaps.ui.wicket.components.menu.AjaxSetCompanyLink.OpenSetCompanyPageBehavior extends org.apache.wicket.ajax.AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.menu.AjaxSubmitComponent extends AbstractMenuItemAjaxComponent implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.menu.AjaxSubmitComponent.SubmitAndUpdateBehavior extends org.apache.wicket.ajax.form.AjaxFormSubmitBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

form

org.apache.wicket.markup.html.form.Form<T> form
Form which is comitted with this behavior.

Class org.efaps.ui.wicket.components.menu.LogOutLink extends StandardLink implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.menu.MenuContainer extends AbstractParentMarkupContainer implements Serializable

serialVersionUID: -6120467631452919272L

Serialized Fields

form

FormContainer form
Variable stores the form, so it can be accessed by links.


childID

int childID
Counter for the children of this menu.

Class org.efaps.ui.wicket.components.menu.MenuPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.menu.StandardLink extends AbstractMenuItemLink implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.menutree

Class org.efaps.ui.wicket.components.menutree.AjaxExpandLink extends org.apache.wicket.ajax.markup.html.AjaxLink<java.lang.Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

node

javax.swing.tree.DefaultMutableTreeNode node

Class org.efaps.ui.wicket.components.menutree.AjaxGoIntoLink extends org.apache.wicket.ajax.markup.html.AjaxLink<java.lang.Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

node

javax.swing.tree.DefaultMutableTreeNode node

Class org.efaps.ui.wicket.components.menutree.AjaxGoUpLink extends org.apache.wicket.ajax.markup.html.AjaxLink<java.lang.Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

node

javax.swing.tree.DefaultMutableTreeNode node

Class org.efaps.ui.wicket.components.menutree.AjaxMenuTreeLink extends org.apache.wicket.ajax.markup.html.AjaxLink<java.lang.Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

node

javax.swing.tree.DefaultMutableTreeNode node

Class org.efaps.ui.wicket.components.menutree.AjaxRemoveLink extends org.apache.wicket.ajax.markup.html.AjaxLink<java.lang.Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

node

javax.swing.tree.DefaultMutableTreeNode node

Class org.efaps.ui.wicket.components.menutree.MenuTree extends org.apache.wicket.markup.html.tree.AbstractTree implements Serializable

serialVersionUID: 1L

Serialized Fields

menuKey

java.lang.String menuKey
This Instance variable holds the key which is used to retrieve a item of this ListMenuPanel from the Map in the Session #org.efaps.ui.wicket.EFapsSession.


instanceKey2Node

java.util.Map<K,V> instanceKey2Node
Map stores the oid to node.

Class org.efaps.ui.wicket.components.menutree.MenuTree.AjaxUpdateBehavior extends AbstractAjaxUpdateBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.menutree.MenuTree.Indentation extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

level

int level
Stores the level of indentation.


Package org.efaps.ui.wicket.components.modalwindow

Class org.efaps.ui.wicket.components.modalwindow.ModalWindowAjaxPageCreator extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

imodel

UIMenuItem imodel
Model for the page to be created.


modalWindow

ModalWindowContainer modalWindow
The modal window the page will be created in.

Class org.efaps.ui.wicket.components.modalwindow.ModalWindowContainer extends org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow implements Serializable

serialVersionUID: 1L

Serialized Fields

reloadChild

boolean reloadChild
Stores if the child mut be reloaded.


updateParent

boolean updateParent
Stores if the parent must be updated on close.

Class org.efaps.ui.wicket.components.modalwindow.UpdateParentCallback extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

panel

org.apache.wicket.Component panel
Panel this call back belongs to.


modalwindow

ModalWindowContainer modalwindow
Modal window this call back belongs to.


clearmodel

boolean clearmodel
Must the model of the page be updated on update of the parent page.


Package org.efaps.ui.wicket.components.split

Class org.efaps.ui.wicket.components.split.ListOnlyPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.split.StructBrowsSplitPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.split.header

Class org.efaps.ui.wicket.components.split.header.AjaxStoreHorizontalPositionBehavior extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.split.header.AjaxStoreVerticalPositionBehavior extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.split.header.SplitHeaderPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

showVertical

boolean showVertical
This instance variable stores if the Split needs to have the link to hide the panel vertically.


hideComponents

java.util.Set<E> hideComponents
this instance set contains the components which must be hidden in the case of collapsing the panel. This is done through a javascript which sets the style "display" to "none". This is necessary because Firefox is is showing the scrollbars of a div even if it is behind another div (z-index)


hiddenH

boolean hiddenH
Is it horizontal hidden.


Package org.efaps.ui.wicket.components.table

Class org.efaps.ui.wicket.components.table.AjaxAddRemoveRowPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

script

java.lang.CharSequence script
Script needed for the ajax call.


functionName

java.lang.String functionName
Do be able to have more than one table in a form that can add new rows, it is necessary to have unique function names.

Class org.efaps.ui.wicket.components.table.AjaxAddRemoveRowPanel.AjaxAddRow extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

rowsRep

org.apache.wicket.markup.repeater.RepeatingView rowsRep
RepeatingView.

Class org.efaps.ui.wicket.components.table.AjaxAddRemoveRowPanel.InsertRow extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

rowPanel

RowPanel rowPanel
Rowpanel the new must be added before.

Class org.efaps.ui.wicket.components.table.AjaxAddRemoveRowPanel.RemoveRow extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

rowPanel

RowPanel rowPanel
Rowpanel that must be removed.

Class org.efaps.ui.wicket.components.table.RowContainer extends AbstractParentMarkupContainer implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.TablePanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.TablePanel.RowSelectedInput extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.table.cell

Class org.efaps.ui.wicket.components.table.cell.AjaxLinkContainer extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.cell.AjaxLinkContainer.AjaxParentCallBackBehavior extends AbstractAjaxCallBackBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.cell.AjaxLinkContainer.AjaxSelfCallBackBehavior extends org.apache.wicket.ajax.AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.cell.AjaxLoadInOpenerLink extends org.apache.wicket.ajax.markup.html.AjaxLink<UITableCell> implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.cell.CellPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.cell.CheckBoxComponent extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

oid

java.lang.String oid

Class org.efaps.ui.wicket.components.table.cell.CheckOutLink extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.cell.ContentContainerLink extends org.apache.wicket.markup.html.link.Link<T> implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.table.filter

Class org.efaps.ui.wicket.components.table.filter.FreeTextPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

fromFieldName

java.lang.String fromFieldName
Name of the fromfield.


toFieldName

java.lang.String toFieldName
Naem of the toField.

Class org.efaps.ui.wicket.components.table.filter.PickerPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

pickList

java.util.List<E> pickList

Class org.efaps.ui.wicket.components.table.filter.PickerPanel.FilterListView extends org.apache.wicket.markup.html.list.ListView implements Serializable

serialVersionUID: 1L

Serialized Fields

odd

boolean odd

Class org.efaps.ui.wicket.components.table.filter.PickerPanel.ValueCheckBox extends org.apache.wicket.markup.html.form.FormComponent<T> implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.table.header

Class org.efaps.ui.wicket.components.table.header.AjaxFilterLink extends org.apache.wicket.ajax.markup.html.AjaxLink<UITableHeader> implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.header.HeaderCellPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.header.HeaderCellPanel.Checkbox extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.header.HeaderPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

modal

ModalWindowContainer modal
Modal used in this header for filter etc.


tablepanel

org.apache.wicket.Component tablepanel
the table panel this header panel belongs to.


headerproperties

java.lang.String headerproperties
Properties for this header.

Class org.efaps.ui.wicket.components.table.header.HeaderPanel.AjaxReloadTableBehavior extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.header.HeaderPanel.AjaxStoreColumnOrderBehavior extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.header.HeaderPanel.AjaxStoreColumnWidthBehavior extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.table.header.Seperator extends org.apache.wicket.markup.html.WebComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

Class org.efaps.ui.wicket.components.table.header.SortLink extends org.apache.wicket.markup.html.link.Link<UITableHeader> implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.table.row

Class org.efaps.ui.wicket.components.table.row.RowPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L


Package org.efaps.ui.wicket.components.tree

Class org.efaps.ui.wicket.components.tree.AsyncronTreeUpdateListener extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.tree.SortHeaderColumnLink extends org.apache.wicket.markup.html.link.Link<UIStructurBrowser> implements Serializable

serialVersionUID: 1L

Serialized Fields

header

java.lang.String header
The value for the header.

Class org.efaps.ui.wicket.components.tree.StructurBrowserTree extends org.apache.wicket.extensions.markup.html.tree.DefaultAbstractTree implements Serializable

serialVersionUID: 1L

Serialized Fields

listMenuKey

java.lang.String listMenuKey
Instance variable holding the Key to the MenuTree (needed to update it).


instanceKey2Node

java.util.Map<K,V> instanceKey2Node
This instance map contains the relation between an oid and a node. This is used to update a treenode via the AjaxUpdateBehavior.

Class org.efaps.ui.wicket.components.tree.StructurBrowserTree.AjaxUpdateBehavior extends AbstractAjaxUpdateBehavior implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.tree.StructurBrowserTreePanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.tree.StructurBrowserTreeTable extends org.apache.wicket.extensions.markup.html.tree.table.TreeTable implements Serializable

serialVersionUID: 1L

Serialized Fields

parentLink

boolean parentLink
Must the link update the parent in the link.

Class org.efaps.ui.wicket.components.tree.StructurBrowserTreeTable.AjaxParentCallBackBehavior extends AbstractAjaxCallBackBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

node

javax.swing.tree.TreeNode node

Class org.efaps.ui.wicket.components.tree.StructurBrowserTreeTablePanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.tree.StructurBrowserTreeTablePanel.SelectColumn extends org.apache.wicket.extensions.markup.html.tree.table.AbstractRenderableColumn implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.tree.StructurBrowserTreeTablePanel.SimpleColumn extends org.apache.wicket.extensions.markup.html.tree.table.AbstractRenderableColumn implements Serializable

serialVersionUID: 1L

Serialized Fields

index

int index
Index of this column.

Class org.efaps.ui.wicket.components.tree.StructurBrowserTreeTablePanel.TreeColumn extends org.apache.wicket.extensions.markup.html.tree.table.AbstractTreeColumn implements Serializable

serialVersionUID: 1L

Serialized Fields

header

java.lang.String header
Header for this column.


model

org.apache.wicket.model.IModel<T> model
Model for this column.


Package org.efaps.ui.wicket.models

Class org.efaps.ui.wicket.models.AbstractInstanceObject extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

instanceKey

java.lang.String instanceKey
key to the instance.

Class org.efaps.ui.wicket.models.AbstractModel extends java.lang.Object implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.models.ClassificationModel extends AbstractModel<UIClassification> implements Serializable

serialVersionUID: 1L

Serialized Fields

uiclassification

UIClassification uiclassification
Object of this model.

Class org.efaps.ui.wicket.models.FormModel extends AbstractModel<UIForm> implements Serializable

serialVersionUID: 1L

Serialized Fields

uiform

UIForm uiform

Class org.efaps.ui.wicket.models.FormRowModel extends AbstractModel<UIForm.FormRow> implements Serializable

serialVersionUID: 1L

Serialized Fields

uitable

UIForm.FormRow uitable

Class org.efaps.ui.wicket.models.MenuItemModel extends AbstractModel<UIMenuItem> implements Serializable

serialVersionUID: 1L

Serialized Fields

uiMenuItem

UIMenuItem uiMenuItem

Class org.efaps.ui.wicket.models.RowModel extends AbstractModel<UIRow> implements Serializable

serialVersionUID: 1L

Serialized Fields

uitable

UIRow uitable

Class org.efaps.ui.wicket.models.StructurBrowserModel extends AbstractModel<UIStructurBrowser> implements Serializable

serialVersionUID: 1L

Serialized Fields

uistruct

UIStructurBrowser uistruct

Class org.efaps.ui.wicket.models.TableHeaderModel extends AbstractModel<UITableHeader> implements Serializable

serialVersionUID: 1L

Serialized Fields

uitable

UITableHeader uitable

Class org.efaps.ui.wicket.models.TableModel extends AbstractModel<UITable> implements Serializable

serialVersionUID: 1L

Serialized Fields

uitable

UITable uitable

Package org.efaps.ui.wicket.models.cell

Class org.efaps.ui.wicket.models.cell.FormCellCmdModel extends AbstractModel<UIFormCellCmd> implements Serializable

serialVersionUID: 1L

Serialized Fields

uiFormCellCmd

UIFormCellCmd uiFormCellCmd
UIFormCellCmd.

Class org.efaps.ui.wicket.models.cell.FormCellModel extends AbstractModel<UIFormCell> implements Serializable

serialVersionUID: 1L

Serialized Fields

uitable

UIFormCell uitable

Class org.efaps.ui.wicket.models.cell.FormCellSetModel extends AbstractModel<UIFormCellSet> implements Serializable

serialVersionUID: 1L

Serialized Fields

uiFormCellSet

UIFormCellSet uiFormCellSet

Class org.efaps.ui.wicket.models.cell.TableCellModel extends AbstractModel<UITableCell> implements Serializable

serialVersionUID: 1L

Serialized Fields

uitable

UITableCell uitable

Class org.efaps.ui.wicket.models.cell.UIAbstractCell extends AbstractInstanceObject implements Serializable

serialVersionUID: 1L

Serialized Fields

parent

AbstractUIObject parent
Parent object of this cell object.


fieldId

long fieldId
Id of the field this cell is based on.


name

java.lang.String name
Instance variable storing the name of the field.


target

org.efaps.admin.ui.AbstractCommand.Target target
instance variable storing the target of the field.


uiClass

org.efaps.admin.datamodel.ui.UIInterface uiClass
Stores the underlying user interface class for this cell.


display

org.efaps.admin.ui.field.Field.Display display
Stores the display type for the field.


cellValue

java.lang.String cellValue
Variable storing the string representation of the value. of the field.


attributeId

long attributeId
Variable storing the id of the attribute for the field.


component

org.apache.wicket.markup.html.WebMarkupContainer component
Component this cell belongs to.

Class org.efaps.ui.wicket.models.cell.UIFormCell extends UITableCell implements Serializable

serialVersionUID: 1L

Serialized Fields

cellLabel

java.lang.String cellLabel
Instance variable storing the Value for the first cell as a Label.


required

boolean required
Instance variable storing if in case of edit or create this field is required.


hideLabel

boolean hideLabel
Stored if the label should be hidden.


rowSpan

int rowSpan
Stores the number of rows that must be spanned.


attrTypeName

java.lang.String attrTypeName
Stores the name of the type.


picker

UIPicker picker
Picker for this UIFormCell.

Class org.efaps.ui.wicket.models.cell.UIFormCellCmd extends UIFormCell implements Serializable

serialVersionUID: 1L

Serialized Fields

renderButton

boolean renderButton
Must a button be rendered.


executionStatus

UIFormCellCmd.ExecutionStatus executionStatus
Stores the actual execution status.


append

boolean append
Must the field be appended.


targetField

java.lang.String targetField
Target field for the value.


buttonIcon

java.lang.String buttonIcon
The icon for the button.

Class org.efaps.ui.wicket.models.cell.UIFormCellSet extends UIFormCell implements Serializable

serialVersionUID: 1L

Serialized Fields

editMode

boolean editMode

newCount

int newCount

xy2value

java.util.Map<K,V> xy2value

x2definition

java.util.Map<K,V> x2definition

y2Instance

java.util.Map<K,V> y2Instance

Class org.efaps.ui.wicket.models.cell.UIHiddenCell extends UIAbstractCell implements Serializable

serialVersionUID: 1L

Serialized Fields

added

boolean added
Was this cell already added to the form.

Class org.efaps.ui.wicket.models.cell.UIPicker extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

valueMap

java.util.Map<K,V> valueMap

valueList

java.util.List<E> valueList

title

java.lang.String title

cell

UIFormCell cell

uuid

java.util.UUID uuid

label

java.lang.String label

headings

java.lang.String[] headings

Class org.efaps.ui.wicket.models.cell.UITableCell extends UIAbstractCell implements Serializable

serialVersionUID: 1L

Serialized Fields

reference

java.lang.String reference
instance variable storing the reference of the field.


compareValue

java.lang.Object compareValue
Variable storing the value as it was retrieved from the eFaps-Database by a query. The value is used for comparisons and to be able to access the original value.


icon

java.lang.String icon
instance variable storing the icon of the field.


fixedWidth

boolean fixedWidth
instance variable storing if the cell is fixed width.


cellTitle

java.lang.String cellTitle
Title for the cell. Will be e.g rendered as title in a div.


autoComplete

boolean autoComplete
Stores if the field has an esjp used for auto completion.


fieldUpdate

boolean fieldUpdate
Stores if the field has an esjp used for the update of other fields.


fieldUpdateEvent

java.lang.String fieldUpdateEvent
Stores the update event for the field update. Default is "onchange";


multiRows

boolean multiRows
Is the field multiRow. Meaning that it has more than one row.


align

java.lang.String align
The align of this cell.

Class org.efaps.ui.wicket.models.cell.XYModel extends org.apache.wicket.model.Model<XYValue> implements Serializable

serialVersionUID: 1L

Serialized Fields

xymodel

XYValue xymodel

Class org.efaps.ui.wicket.models.cell.XYValue extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

y

int y

xrow

java.util.List<E> xrow

Package org.efaps.ui.wicket.models.objects

Class org.efaps.ui.wicket.models.objects.AbstractUIObject extends AbstractInstanceObject implements Serializable

serialVersionUID: 1L

Serialized Fields

callingCmdUUID

java.util.UUID callingCmdUUID
This instance variable stores the UUID of the CommandAbstract which was originally called from the Frontend and let to the construction of this model.

See Also:
AbstractUIObject.getCallingCommandUUID(), AbstractUIObject.getCallingCommand(), AbstractUIObject.setCallingCommandUUID(UUID)

cmdUUID

java.util.UUID cmdUUID
The instance variable stores the UUID of the Command for this Model.

See Also:
AbstractUIObject.getCommandUUID(), AbstractUIObject.getCommand()

initialized

boolean initialized
The instance variable is the flag if this class instance is already Initialized.

See Also:
#isInitialised, #setInitialised

mode

org.efaps.admin.ui.AbstractUserInterfaceObject.TargetMode mode
The instance variable stores the mode of the form.

See Also:
AbstractUIObject.getMode(), AbstractUIObject.setMode(org.efaps.admin.ui.AbstractUserInterfaceObject.TargetMode)

submit

boolean submit
This instance variable stores, if the Model is supposed to be submitted.

See Also:
AbstractUIObject.isSubmit(), AbstractUIObject.setSubmit(boolean)

target

org.efaps.admin.ui.AbstractCommand.Target target
This instance variable stores the Target of this Model.

See Also:
AbstractUIObject.getTarget()

openerId

java.lang.String openerId
In case that the model was opened as a popup this variable stores the id of the opener, so that it can be accessed in the EFapsSession.


menuTreeKey

java.lang.String menuTreeKey
In case of a form or table the key to the menu tree is stored.

Class org.efaps.ui.wicket.models.objects.UIAbstractPageObject extends AbstractUIObject implements Serializable

serialVersionUID: 1L

Serialized Fields

uiID2Oid

java.util.Map<K,V> uiID2Oid
Mapping between the id used for the interface and an oid from eFaps.


random

java.util.Random random
Random that can be used for the id in the userinterface and stored in UIAbstractPageObject.uiID2Oid.


hiddenCells

java.util.List<E> hiddenCells
A list of cells that will be rendered hidden in tht page.


targetCmdUUID

java.util.UUID targetCmdUUID
This instance variable stores the UUID of the CommandAbstract that is the target of this Page.


wizard

UIWizardObject wizard
Stores a wizard object.


partOfWizardCall

boolean partOfWizardCall
Is this uiobject used in a wizard call.


targetCmdRevise

boolean targetCmdRevise
Should the target of this object render a butto for revise.


renderRevise

boolean renderRevise
Should a revise button be rendered.


isTargetShowFile

boolean isTargetShowFile
Must a file be shown that is returned from the esjp.


helpTarget

java.lang.String helpTarget
Name of the wiki file, that is the target of the help link shown in the form, table etc.

Class org.efaps.ui.wicket.models.objects.UIClassification extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fieldId

long fieldId
Id of the field this UIClassification belongs to.


initialized

boolean initialized
Is this UIClassification initialized.


label

java.lang.String label
Label for this UIClassification.


selected

boolean selected
Is this Classification selected.


children

java.util.List<E> children
Set containing the children of this UIClassification.


classificationUUID

java.util.UUID classificationUUID
UUID of the classification this UIClassification belongs to.


selectedUUID

java.util.Set<E> selectedUUID
List of classification UUIDs that are connected to the given base instance. This variable is used only for the root. In any instances it will be empty.


parent

UIClassification parent
Contains the parent UIClassification.


root

boolean root
Is this UIClassification the root.


mode

org.efaps.admin.ui.AbstractUserInterfaceObject.TargetMode mode
Target mode.


commandName

java.lang.String commandName
Stores the name of the command that called this object. Needed for getting DBProperties.

Class org.efaps.ui.wicket.models.objects.UIFieldForm extends UIForm implements Serializable

serialVersionUID: 1L

Serialized Fields

classificationUUID

java.util.UUID classificationUUID
Stores the uuid of the classification in case that the constructor for create is used.

Class org.efaps.ui.wicket.models.objects.UIFieldTable extends UITable implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id
Id of the FieldTable.


name

java.lang.String name
Name of the FieldTable.


firstTable

boolean firstTable
Stores if the table is the first table inside a form. because the first table adds some things to the page that works for all tables inside the same page.

Class org.efaps.ui.wicket.models.objects.UIForm extends UIAbstractPageObject implements Serializable

serialVersionUID: 3026168649146801622L

Serialized Fields

elements

java.util.List<E> elements
The instance variable stores the different elements of the Form.

See Also:
UIForm.getElements()

formUUID

java.util.UUID formUUID
The instance variable stores the form which must be shown.

See Also:
UIForm.getForm()

fileUpload

boolean fileUpload
Used to set if the form is used to upload a file.


newValues

java.util.Map<K,V> newValues
Map is used to store the new values passed during the creation process from the webapp.


classified

boolean classified
Is this form classified by classification.

Class org.efaps.ui.wicket.models.objects.UIForm.Element extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

type

UIForm.ElementType type
ElementType of this Element.


element

IFormElement element
Model of this Element.

Class org.efaps.ui.wicket.models.objects.UIForm.FormElement extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

maxGroupCount

int maxGroupCount
Stores the maximal group count for a row.

See Also:
UIForm.FormElement.getMaxGroupCount(), UIForm.FormElement.setMaxGroupCount(int)

rowModels

java.util.List<E> rowModels
Stores the FormRows for this FormElement.

Class org.efaps.ui.wicket.models.objects.UIForm.FormRow extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

values

java.util.List<E> values
Stores the UIFormCell contained in this FormRow.


rowSpan

boolean rowSpan
Stores if the row must be spanned.

Class org.efaps.ui.wicket.models.objects.UIHeading extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

level

int level
instance variable to store the level of the Heading


label

java.lang.String label

Class org.efaps.ui.wicket.models.objects.UIMenuItem extends AbstractUIObject implements Serializable

serialVersionUID: 505704924081527139L

Serialized Fields

ancestor

javax.swing.tree.DefaultMutableTreeNode ancestor
this instance variable stores in the case that this MenuItem is part of a #org.efaps.ui.wicket.components.menutree.MenuTree if it was steped into the ancestor of this menuitem.

See Also:
UIMenuItem.ancestor

askUser

boolean askUser
in the case that the MenuItem is used for a submit, setting this to true opens a Dialog to ask the user "do you really want to..?".


childs

java.util.List<E> childs
All childs of this menu item.


defaultSelected

boolean defaultSelected
this instance variable stores in the case that this MenuItem is part of a #org.efaps.ui.wicket.components.menutree.MenuTree if it is selected by default and therefore the Form or Tabel connected to this MenuItem must be opened.


description

java.lang.String description
Description of this menu item.


header

boolean header
this instance variable stores in the case that this MenuItem is part of a #org.efaps.ui.wicket.components.menutree.MenuTree if it is a header. This is needed beacuse the headers are displayed in a differen style.


image

java.lang.String image
Url to the image of this menu item.


label

java.lang.String label
Label of this menu item.


reference

java.lang.String reference
Reference of this menu item.


stepInto

boolean stepInto
this instance variable stores in the case that this MenuItem is part of a #org.efaps.ui.wicket.components.menutree.MenuTree if it was steped into this MenuItem.

See Also:
UIMenuItem.ancestor

url

java.lang.String url
Url of this menu item.


windowHeight

int windowHeight
height of the window which will be opened.


windowWidth

int windowWidth
width of the window which will be opened.


submitSelectedRows

int submitSelectedRows
Number of rows that must be selected.

Class org.efaps.ui.wicket.models.objects.UIRow extends AbstractInstanceObject implements Serializable

serialVersionUID: 1L

Serialized Fields

userinterfaceId

java.lang.String userinterfaceId
The id this row got for presentation in the userinterface.


values

java.util.List<E> values
The instance variable stores the values for the table.

See Also:
UIRow.getValues()

hidden

java.util.List<E> hidden
This list contains the hidden cells for this row.


parent

AbstractUIObject parent
Parent of this row.

Class org.efaps.ui.wicket.models.objects.UISearchItem extends UIMenuItem implements Serializable

serialVersionUID: 1L

Serialized Fields

searchuuid

java.util.UUID searchuuid

Class org.efaps.ui.wicket.models.objects.UIStructurBrowser extends UIAbstractPageObject implements Serializable

serialVersionUID: 1L

Serialized Fields

tableuuid

java.util.UUID tableuuid
The instance variable stores the UUID for the table which must be shown.

See Also:
UIStructurBrowser.getTable()

childs

java.util.List<E> childs
This instance variable holds the childs of this StructurBrowserModel.


columns

java.util.List<E> columns
Holds the columns in case of a TableTree.


label

java.lang.String label
Holds the label of the Node which will be presented in the GUI.

See Also:
UIStructurBrowser.toString(), UIStructurBrowser.getLabel(), UIStructurBrowser.setLabel(String), UIStructurBrowser.requeryLabel()

browserFieldName

java.lang.String browserFieldName
Holds the Name of the Field the StructurBrowser should be in, in case of a TableTree.


headers

java.util.List<E> headers
Holds the headers for the Table, in case of a TableTree.


sortDirection

org.efaps.admin.ui.AbstractCommand.SortDirection sortDirection
Holds the SortDirection for the Headers.


root

boolean root
This instance variable holds, if this StructurBrowserModel is the Root of a tree.


parent

boolean parent
this instance variable holds if this StructurBrowserModel is a potential parent, this is needed because, first it will be only determined if a node is a potential parent, and later on the childs will be retrieved from the eFpas-DataBase.

See Also:
UIStructurBrowser.isParent()

valueLabel

java.lang.String valueLabel
Holds the Value for the Label as it is difined in the DBProperties.


image

java.lang.String image
Contains the url for the Image that will be presented in GUI.


direction

java.lang.Boolean direction
this instrance variable is used as a TriState, to determine if the Model should show the direction of this Model as Child in comparisment to the parent.
The tristate is used as follows:
  • null: no direction will be shown
  • true: an arrow showing downwards, will be rendered
  • false: an arrow showing upwards, will be rendered

  • executionStatus

    UIStructurBrowser.ExecutionStatus executionStatus
    Stores the actual execution status.


    expanded

    boolean expanded
    Is this model expanded.

    Class org.efaps.ui.wicket.models.objects.UIStructurBrowser.BogusNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

    serialVersionUID: 1L

    Class org.efaps.ui.wicket.models.objects.UITable extends UIAbstractPageObject implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    filters

    java.util.Map<K,V> filters
    Map contains the applied filters to this table.


    filterTempCache

    java.util.Map<K,V> filterTempCache
    Map is used to store the filters in relation to a field name. It is used temporarily when the table is (due to a database based filter) requeried, to be able to set the filters to the headers by copying it from the old header to the new one.

    See Also:
    UITable.getInstanceListsOld(), UITable.execute4InstanceOld()

    headers

    java.util.List<E> headers
    The instance Array holds the Label for the Columns.


    showCheckBoxes

    boolean showCheckBoxes
    This instance variable sores if the Table should show CheckBodes.


    sortDirection

    org.efaps.admin.ui.AbstractCommand.SortDirection sortDirection
    The instance variable stores the string of the sort direction.

    See Also:
    UITable.getSortDirection(), UITable.setSortDirection(org.efaps.admin.ui.AbstractCommand.SortDirection)

    sortKey

    java.lang.String sortKey
    The instance variable stores the string of the sort key.

    See Also:
    UITable.getSortKey(), UITable.setSortKey(java.lang.String)

    tableId

    int tableId
    This instance variable stores the Id of the table. This int is used to distinguish tables in case that there are more than one table on one page.


    tableUUID

    java.util.UUID tableUUID
    The instance variable stores the UUID for the table which must be shown.

    See Also:
    UITable.getTable()

    userWidths

    boolean userWidths
    This instance variable stores if the Widths of the Columns are set by UserAttributes.


    values

    java.util.List<E> values
    All evaluated rows of this table are stored in this list.

    See Also:
    UITable.getValues()

    emptyRow

    UIRow emptyRow
    Thie Row is used in case of edit to create new empty rows.


    widthWeight

    int widthWeight
    This instance variable stores the total weight of the widths of the Cells. (Sum of all widths)

    Class org.efaps.ui.wicket.models.objects.UITable.Filter extends java.lang.Object implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    uiTableHeader

    UITableHeader uiTableHeader
    UITableHeader this filter belohngs to.


    filterList

    java.util.Set<E> filterList
    Set of value for the filter. Only used for filter using a PICKERLIST.


    from

    java.lang.String from
    Value of the from Field from the website.


    to

    java.lang.String to
    Value of the to Field from the website.


    dateFrom

    org.joda.time.DateTime dateFrom
    DateTime value for UITable.Filter.from in case that the filter is for a date field.


    dateTo

    org.joda.time.DateTime dateTo
    DateTime value for UITable.Filter.to in case that the filter is for a date field.

    Class org.efaps.ui.wicket.models.objects.UITableHeader extends java.lang.Object implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    label

    java.lang.String label
    The label for this header.


    sortable

    boolean sortable
    Is this header sortable.


    fieldName

    java.lang.String fieldName
    Name of the header.


    filter

    boolean filter
    Is this header filterable.


    filterApplied

    boolean filterApplied
    Is the filter related to this UITableHeader applied to the Table.


    filterPickList

    boolean filterPickList
    Is the filter a picklist or a FreeText filter.


    filterMemoryBased

    boolean filterMemoryBased
    Is the filter memory or database based.


    filterRequired

    boolean filterRequired
    Is this filter required.


    filterDefault

    java.lang.String filterDefault
    Set the default value for a filter.


    filterType

    UITableHeader.FilterType filterType
    The type of the filter.


    fixedWidth

    boolean fixedWidth
    has this header a fixed width.


    sortDirection

    org.efaps.admin.ui.AbstractCommand.SortDirection sortDirection
    Sort direction.


    width

    int width
    Width of this header.


    markupId

    java.lang.String markupId
    Markup id of this header.


    attrId

    long attrId
    Id of the attribute this UITableHeader is based on.


    fieldId

    long fieldId
    Id of the field this UITableHeader belongs to.

    Class org.efaps.ui.wicket.models.objects.UIWizardObject extends java.lang.Object implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    parameters

    java.util.Map<K,V> parameters
    Mapping between UIObject and parameters.


    uiObjects

    java.util.List<E> uiObjects
    List of UIObjects in this wizard.


    current

    AbstractUIObject current
    Current UIObject.


    Package org.efaps.ui.wicket.pages

    Class org.efaps.ui.wicket.pages.AbstractMergePage extends org.apache.wicket.markup.html.WebPage implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    mergeStatics

    boolean mergeStatics
    this instance variable is used to define if the merging is done or not.


    Package org.efaps.ui.wicket.pages.classification

    Class org.efaps.ui.wicket.pages.classification.ClassificationPage extends org.apache.wicket.markup.html.WebPage implements Serializable


    Package org.efaps.ui.wicket.pages.company

    Class org.efaps.ui.wicket.pages.company.CompanyPage extends AbstractMergePage implements Serializable

    Serialized Fields

    modal

    ModalWindowContainer modal
    Modal window this page is opened in.


    link

    AjaxSetCompanyLink link
    Link that opened this page.

    Class org.efaps.ui.wicket.pages.company.CompanyPage.AjaxCloseLink extends org.apache.wicket.ajax.markup.html.AjaxLink<java.lang.Object> implements Serializable

    serialVersionUID: 1L

    Class org.efaps.ui.wicket.pages.company.CompanyPage.AjaxSubmitLink extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

    serialVersionUID: 1L


    Package org.efaps.ui.wicket.pages.content

    Class org.efaps.ui.wicket.pages.content.AbstractContentPage extends AbstractMergePage implements Serializable

    serialVersionUID: -2374207555009145191L

    Serialized Fields

    menuTreeKey

    java.lang.String menuTreeKey
    Variable contains the key to the MenuTree.


    modalWindow

    ModalWindowContainer modalWindow
    This instance variable contains a ModalWindow passed on by the Constructor.


    modal

    ModalWindowContainer modal
    This instance variable contains the ModalWindow from this Page.


    body

    org.apache.wicket.markup.html.WebMarkupContainer body
    Variable to hold the body of this page, so that it can be modified, during runtime.


    Package org.efaps.ui.wicket.pages.content.form

    Class org.efaps.ui.wicket.pages.content.form.FormPage extends AbstractContentPage implements Serializable


    Package org.efaps.ui.wicket.pages.content.structurbrowser

    Class org.efaps.ui.wicket.pages.content.structurbrowser.StructurBrowserPage extends AbstractContentPage implements Serializable

    serialVersionUID: 7564911406648729094L


    Package org.efaps.ui.wicket.pages.content.table

    Class org.efaps.ui.wicket.pages.content.table.TablePage extends AbstractContentPage implements Serializable


    Package org.efaps.ui.wicket.pages.content.table.filter

    Class org.efaps.ui.wicket.pages.content.table.filter.FilterPage extends org.apache.wicket.markup.html.WebPage implements Serializable

    serialVersionUID: 1L


    Package org.efaps.ui.wicket.pages.contentcontainer

    Class org.efaps.ui.wicket.pages.contentcontainer.ContentContainerPage extends AbstractMergePage implements Serializable

    serialVersionUID: 3169723830151134904L

    Serialized Fields

    menuTreeKey

    java.lang.String menuTreeKey
    Variable contains the key to the MenuTree.


    inlinePath

    java.lang.String inlinePath
    Variable contains the Path to the IFrame-Component so that ist can be accessed by other classes.

    See Also:
    ContentContainerPage.getInlinePath()

    splitPath

    java.lang.String splitPath
    Variable contains the Path to the Split-Component so that ist can be accessed by other classes.

    See Also:
    ContentContainerPage.getSplitPath()

    structurbrowser

    boolean structurbrowser
    Does this Page contain a StucturBrowser.


    webForm

    boolean webForm
    Is the content a WebForm or a Table?


    Package org.efaps.ui.wicket.pages.dialog

    Class org.efaps.ui.wicket.pages.dialog.DialogPage extends AbstractMergePage implements Serializable

    Serialized Fields

    modal

    ModalWindowContainer modal
    This instance variable stores the ModalWindow this Page is opened in.


    parent

    org.apache.wicket.Component parent
    This instance variable stores the Compoment wich called this DialogPage, so that it can be accessed.

    Class org.efaps.ui.wicket.pages.dialog.DialogPage.AjaxCloseLink extends org.apache.wicket.ajax.markup.html.AjaxLink<java.lang.Object> implements Serializable

    serialVersionUID: 1L

    Class org.efaps.ui.wicket.pages.dialog.DialogPage.AjaxGoOnLink extends org.apache.wicket.ajax.markup.html.AjaxLink<java.lang.Object> implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    behavior

    AjaxSubmitCloseBehavior behavior

    Class org.efaps.ui.wicket.pages.dialog.DialogPage.AjaxSubmitLink extends org.apache.wicket.ajax.markup.html.AjaxLink<UIMenuItem> implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    parameters

    java.util.Map<K,V> parameters
    the Parameters that will be submitted.


    Package org.efaps.ui.wicket.pages.empty

    Class org.efaps.ui.wicket.pages.empty.EmptyPage extends org.apache.wicket.markup.html.WebPage implements Serializable

    serialVersionUID: 1L


    Package org.efaps.ui.wicket.pages.error

    Class org.efaps.ui.wicket.pages.error.ErrorPage extends org.apache.wicket.markup.html.WebPage implements Serializable

    serialVersionUID: 1L


    Package org.efaps.ui.wicket.pages.login

    Class org.efaps.ui.wicket.pages.login.LoginPage extends org.apache.wicket.markup.html.WebPage implements Serializable

    serialVersionUID: 524408099967362477L


    Package org.efaps.ui.wicket.pages.main

    Class org.efaps.ui.wicket.pages.main.MainPage extends AbstractMergePage implements Serializable

    Serialized Fields

    modal

    ModalWindowContainer modal
    The MainPage has a ModalWindow that can be called from the childPages.


    resize

    MainPage.ResizeEventBehavior resize
    Event that is fired on resize.

    Class org.efaps.ui.wicket.pages.main.MainPage.ResizeEventBehavior extends org.apache.wicket.ajax.AjaxEventBehavior implements Serializable

    serialVersionUID: 1L


    Package org.efaps.ui.wicket.resources

    Class org.efaps.ui.wicket.resources.AbstractEFapsResource extends org.apache.wicket.markup.html.WebResource implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    name

    java.lang.String name
    the Name of this AbstractEFapsResource


    type

    java.lang.String type
    the Type used to query the eFaps-DataBase


    stream

    AbstractEFapsResource.AbstractEFapsResourceStream stream
    the ResourceStream for this AbstractEFapsResource

    Class org.efaps.ui.wicket.resources.AbstractEFapsResource.AbstractEFapsResourceStream extends java.lang.Object implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    inputStream

    java.io.InputStream inputStream
    the InputStream wich will contain the data

    See Also:
    AbstractEFapsResource.AbstractEFapsResourceStream.getInputStream()

    time

    org.apache.wicket.util.time.Time time
    this variable stores the time of the instanciation of this AbstractEFapsResourceStream

    See Also:
    #AbstractEFapsResource(), AbstractEFapsResource.AbstractEFapsResourceStream.lastModifiedTime()

    data

    byte[] data
    this instance variiable stores the actual data wich will be returned by the Inputstream

    See Also:
    AbstractEFapsResource.AbstractEFapsResourceStream.getInputStream(), AbstractEFapsResource.AbstractEFapsResourceStream.setData()

    Class org.efaps.ui.wicket.resources.EFapsContentReference extends java.lang.Object implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    name

    java.lang.String name
    the name of this EFapsContentReference. With this name the Object from the eFpas-DataBase will be identified.

    Class org.efaps.ui.wicket.resources.StaticHeaderContributor extends org.apache.wicket.behavior.HeaderContributor implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    reference

    EFapsContentReference reference
    the Reference this Behavior is connected to.


    merged

    boolean merged
    is this StaticHeaderContributor allready merged.


    component

    org.apache.wicket.Component component
    Component this StaticHeaderContributor is bind to.


    headerType

    StaticHeaderContributor.HeaderType headerType
    The HeaderType of this StaticHeaderContributor.

    Class org.efaps.ui.wicket.resources.XSLResource extends AbstractEFapsResource implements Serializable

    serialVersionUID: 1L

    Class org.efaps.ui.wicket.resources.XSLResource.XSLResourceStream extends AbstractEFapsResource.AbstractEFapsResourceStream implements Serializable

    serialVersionUID: 1L



    Copyright © 2003-2010 The eFaps Team. All Rights Reserved.