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.InitServlet 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
Cache duration time default value.


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

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

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

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

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

See Also:
EFapsSession.openContext()

updateBehaviors

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
Behvaior used to show a file.


file

File file
File to be shown by the ShowFileCallBackBehavior.


recentStack

Stack<E> recentStack
Stack that contains the recent visited components.


stackSize

int stackSize
Size of the Stack for the recent objects.

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

serialVersionUID: 1L

Serialized Fields

id

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

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


menuTreeKey

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


commandUUID

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

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.RowSelectedInput extends org.apache.wicket.markup.html.WebComponent 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

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

String width
Width of this ContenPane.


height

String height
Height of this ContenPane.


splitter

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

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

CharSequence dndType
Type.

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

serialVersionUID: 1L

Serialized Fields

cmds

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

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<Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

actionUrl

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

Class org.efaps.ui.wicket.components.RecentObjectLink extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

instance

org.efaps.db.Instance instance
Instance of the Object thi slink belongs to.


label

String label
Label of this link.


menuUUID

UUID menuUUID
UUID of the menu.


cmdUUID

UUID cmdUUID
UUID of the selected command.


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<Map<String,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.


fieldName

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.AutoCompleteFieldBehavior extends org.apache.wicket.extensions.ajax.markup.html.autocomplete.AutoCompleteBehavior<Map<String,String>> implements Serializable

serialVersionUID: 1L

Serialized Fields

autoCompleteField

AutoCompleteField autoCompleteField
AutoCompleteField this behavior belong to.

Class org.efaps.ui.wicket.components.autocomplete.AutoCompleteRenderer extends org.apache.wicket.extensions.ajax.markup.html.autocomplete.AbstractAutoCompleteTextRenderer<Map<String,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 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

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.DatePickerBehavior extends org.apache.wicket.extensions.yui.calendar.DatePicker implements Serializable

serialVersionUID: 1L

Serialized Fields

nested

boolean nested
Is the Picker nested.


unnestedComp

UnnestedDatePickers unnestedComp
the component the unnested DatePicker will be added to.

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

serialVersionUID: 1L

Serialized Fields

fieldName

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.


datePicker

DatePickerBehavior datePicker
The datepicker for the panel.

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

serialVersionUID: 1L

Serialized Fields

pickers

List<E> pickers
Pickers contained in this component.


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

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<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

AbstractUIPageObject 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

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


dateComponents

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.chart

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

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.form.chart.ChartResource extends org.apache.wicket.markup.html.image.resource.DynamicImageResource implements Serializable

serialVersionUID: 1L

Serialized Fields

uiObject

UIFormCellChart uiObject
Underlying uiObject for this resource.


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

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.AjaxAddNew extends org.apache.wicket.ajax.markup.html.AjaxLink<UIFormCellSet> implements Serializable

serialVersionUID: 1L

Serialized Fields

repeater

org.apache.wicket.markup.repeater.RepeatingView repeater
Refreshing view this ajax link belongs to.


formModel

UIForm formModel
FormModel to be passed to the Component.

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

serialVersionUID: 1L

Serialized Fields

name

String name
name of the related component.


count

Integer count
count.

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

serialVersionUID: 1L

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

Long valueID
the id of the value.


name

String name
Name oif the set this Component belongs to.

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

serialVersionUID: 1L


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<Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

node

DefaultMutableTreeNode node

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

serialVersionUID: 1L

Serialized Fields

node

DefaultMutableTreeNode node

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

serialVersionUID: 1L

Serialized Fields

node

DefaultMutableTreeNode node

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

serialVersionUID: 1L

Serialized Fields

node

DefaultMutableTreeNode node

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

serialVersionUID: 1L

Serialized Fields

node

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

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

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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

uiObject

ICmdUIObject uiObject
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 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.picker

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

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.picker.AjaxPickerLink.AjaxOpenPickerBehavior extends org.apache.wicket.ajax.AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

targetMarkupId

String targetMarkupId
MarkupId of the Target Component.

Class org.efaps.ui.wicket.components.picker.PickerCallBack extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

picker

UIPicker picker
Picker this CallBack belongs to.


targetMarkupId

String targetMarkupId
MarkupId of the Target Component.


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.RecentLink extends org.apache.wicket.markup.html.link.Link<IRecent> implements Serializable

serialVersionUID: 1L

Serialized Fields

recent

IRecent recent
Recent this Link will execute.


maxLength

int maxLength
Max Length of the label.

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

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

CharSequence script
Script needed for the ajax call.


functionName

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


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<T> 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

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

String fromFieldName
Name of the fromfield.


toFieldName

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

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

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

outputId

int outputId
Id of the output.

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.AjaxEditRowPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.tree.AjaxEditRowPanel.InsertChildFolder extends AjaxEditRowPanel.InsertRow implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.tree.AjaxEditRowPanel.InsertChildRow extends AjaxEditRowPanel.InsertRow implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.tree.AjaxEditRowPanel.InsertRow extends AjaxEditRowPanel.RemoveRow implements Serializable

serialVersionUID: 1L

Class org.efaps.ui.wicket.components.tree.AjaxEditRowPanel.RemoveRow extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

serialVersionUID: 1L

Serialized Fields

node

DefaultMutableTreeNode node
Node this link belongs to.

Class org.efaps.ui.wicket.components.tree.AsyncronTreeUpdateListener extends 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

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

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


instanceKey2Node

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.


datePickers

UnnestedDatePickers datePickers
DatePicker.

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

serialVersionUID: 1L

Serialized Fields

node

TreeNode node
Node belonging to this call back behavior.

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

serialVersionUID: 1L

Serialized Fields

parentLink

boolean parentLink
must the link be done using the parent or the listmenu updated.


datePickers

UnnestedDatePickers datePickers
DatePickers.

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

serialVersionUID: 1L

Serialized Fields

model

org.apache.wicket.model.IModel<T> model
Model underlying this Columnn.

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

String header
Header for this column.


model

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

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

serialVersionUID: 1L


Package org.efaps.ui.wicket.models

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

serialVersionUID: 1L

Serialized Fields

instanceKey

String instanceKey
key to the instance.

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

serialVersionUID: 1L

Serialized Fields

uiObject

Object uiObject
The model Object.

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Class org.efaps.ui.wicket.models.UIModel extends AbstractModel<T> implements Serializable

serialVersionUID: 1L


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

Class org.efaps.ui.wicket.models.cell.AbstractUICell 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

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

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

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

String attrTypeName
Stores the name of the type.

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

serialVersionUID: 1L

Serialized Fields

image

File image
The image file for this cell.


snipplet

String snipplet
The html snipplet returned form the esjp.

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

String targetField
Target field for the value.


buttonIcon

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
IS this UIFormCellSet inedit mode.


newCount

int newCount
index number for a new row.


yx2value

Map<K,V> yx2value
Mapping of y-coordinate to x-coordinate 2 value.


x2definition

Map<K,V> x2definition
Mapping of x-coordinate to a FormCell Object used as a definition.


y2Instance

Map<K,V> y2Instance
Mapping y-coordinate to an instance.

Class org.efaps.ui.wicket.models.cell.UIHiddenCell extends AbstractUICell 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 AbstractInstanceObject implements Serializable

serialVersionUID: 1L

Serialized Fields

cmdUUID

UUID cmdUUID
UUID of the command used for this PickerObject.


label

String label
Label of this Picker.


parent

UITableCell parent
The parent UIObject.


executed

boolean executed
Was the event already executed.


returnMap

Map<K,V> returnMap
Map returned by the esjp.

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

serialVersionUID: 1L

Serialized Fields

browserField

boolean browserField
Is this cell the browserField.


hide

boolean hide
Must this field be hidden in the UserInterface.


userinterfaceId

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

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

serialVersionUID: 1L

Serialized Fields

reference

String reference
instance variable storing the reference of the field.


compareValue

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

String icon
instance variable storing the icon of the field.


fixedWidth

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


cellTitle

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

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

String align
The align of this cell.


picker

UIPicker picker
Picker related to this field.

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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

y

int y

xrow

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

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

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

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

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


eventObjects

List<E> eventObjects
UIObjects which events will be executed also.


picker

boolean picker
Is this Model used inside a Page called from a picker.

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

serialVersionUID: 1L

Serialized Fields

uiID2Oid

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


random

Random random
Random that can be used for the id in the userinterface and stored in AbstractUIPageObject.uiID2Oid.


hiddenCells

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


accessMap

Map<K,V> accessMap
Map of instance with access definition.


targetCmdUUID

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

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 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

String label
Label for this UIClassification.


selected

boolean selected
Is this Classification selected.


children

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


classificationUUID

UUID classificationUUID
UUID of the classification this UIClassification belongs to.


selectedUUID

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

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


multipleSelect

boolean multipleSelect
Is this classification multipleselect.

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

serialVersionUID: 1L

Serialized Fields

classificationUUID

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

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

serialVersionUID: 1L

Serialized Fields

fieldTabelId

Long fieldTabelId
Id of the Field this Field Structur Browser belongs to.

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

serialVersionUID: 1L

Serialized Fields

fieldId

long fieldId
Id of the FieldTable.


name

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 AbstractUIPageObject implements Serializable

serialVersionUID: 3026168649146801622L

Serialized Fields

elements

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

See Also:
UIForm.getElements()

formUUID

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

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 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 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

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

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

serialVersionUID: 1L

Serialized Fields

values

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 Object implements Serializable

serialVersionUID: 1L

Serialized Fields

level

int level
instance variable to store the level of the Heading.


label

String label
Label.

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

serialVersionUID: 505704924081527139L

Serialized Fields

ancestor

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

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

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

String image
Url to the image of this menu item.


label

String label
Label of this menu item.


reference

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

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

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


values

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

See Also:
UIRow.getValues()

hidden

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

UUID searchuuid
UUID of the Search.

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

serialVersionUID: 1L

Serialized Fields

tableuuid

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

See Also:
UIStructurBrowser.getTable()

allowChilds

boolean allowChilds
This instance variable holds if this StructurBrowserModel can have children at all.


allowItems

boolean allowItems
This instance variable holds if this StructurBrowserModel can have children of type items, will onlye be evaluated if allowChils is true.


parent

boolean parent
This instance variable holds if this StructurBrowserModel is a 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 eFaps-DataBase.

See Also:
UIStructurBrowser.isParent()

childs

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


columns

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


label

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

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


headers

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.


valueLabel

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


image

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


direction

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.


    browserFieldIndex

    int browserFieldIndex
    The index of the column containing the browser.


    emptyRow

    UIStructurBrowser emptyRow
    This Row is used in case of edit to create new empty rows for the root.


    forceExpanded

    boolean forceExpanded
    If true the tree is always expanded and the inks for expand and collapse will not work.


    showCheckBoxes

    boolean showCheckBoxes
    Stores if the StructurBrowser should show CheckBoxes.

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

    serialVersionUID: 1L

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

    serialVersionUID: 1L

    Serialized Fields

    filters

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


    filterTempCache

    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:
    #getInstanceListsOld(), #execute4InstanceOld()

    headers

    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

    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

    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

    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 Object implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    uiTableHeader

    UITableHeader uiTableHeader
    UITableHeader this filter belohngs to.


    filterList

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


    from

    String from
    Value of the from Field from the website.


    to

    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 Object implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    label

    String label
    The label for this header.


    sortable

    boolean sortable
    Is this header sortable.


    fieldName

    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

    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

    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 Object implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    parameters

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


    uiObjects

    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<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

    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

    String menuTreeKey
    Variable contains the key to the MenuTree.


    inlinePath

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

    See Also:
    ContentContainerPage.getInlinePath()

    splitPath

    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<Object> implements Serializable

    serialVersionUID: 1L

    Class org.efaps.ui.wicket.pages.dialog.DialogPage.AjaxGoOnLink extends org.apache.wicket.ajax.markup.html.AjaxLink<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

    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


    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

    String name
    the Name of this AbstractEFapsResource.


    type

    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 Object implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    inputStream

    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 Object implements Serializable

    serialVersionUID: 1L

    Serialized Fields

    name

    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-2011 The eFaps Team. All Rights Reserved.