All Classes and Interfaces
Class
Description
Logic that is expected by processing of
BeanEditorBase
.Controller in which some of the logic functions are implemented
by using meta data that is available on the DOFW-layer.
Controller implementation for DOFW persistence.
Encapsulation of
CCBeanDataGridWithEditor
in which the object interface
is managed by using DOFW database access.Base class of detail page managing one Pojo-bean.
Wrapper of a bean that manages the view aspects of this bean.
Base implementation if component adapter for property input.
Frame around some processing: providing SAVE and CANCEL function.
Object's id and text information.
Interface to the logic that serves this component.
Text item that represents one communication item.
Default implementation with dummy implementations.
Additional interface for page beans containing information that is
used within the CCDashboard Processing.
Use
CCDashboard.DefaultListener
in order to stay compatible in case of extensions
of this interface.Default implementation - use this class to extend from for
compatibility.
Default implementation - use this class to extend from for
compatibility.
Implementation delegating the calls to an other instance - if passed.
Default implementation - use this class to extend from for
compatibility.
Implementation delegating the calls to an other instance - if passed.
Extended version of listener of
CCDataGridView2.IListener
which adds
functions that are specific for the DOFW-query processing.Variant of grid in which different "columns" are rendered in one cell.
Rendering variant of
CCDataGridView2DOFW
.Special call back for rendering the optional avatar image at the begin of the
line.
Default implementation of listener.
Different ways to calculate the data columns.
Listener that tells about events within the tree/grid processing.
Listener for file processing.
Listener which always adds default implementations for the interface
CCImageSelector.IListener
.Default implementation of
CCKanbanBoard.IListener
.Normal listener which must be implemented and passed via prepare method.
Extended listener: if implementing this listener then the persistence
is no done by the launch pad itself but is expected to done on listener's
side.
Additional interface for page beans containing information that is
used within the CCDashboard Processing.
Default implementation of
CCSimplePivot.IListener
.Please extend your implementations from
CCSimplePivot.DefaultListener
- then
new methods to IListener will be automatically implemented with some
default behavior.This listener is the minimum to be implemented - in order to
create the instances of page beans that are part of the dashboard.
You may implement this listener in case you want to load and save
the data at runtime on your own.
Default implementation for
CCWorkplaceFunctions.IListener
- which provides default
implementations for all methods.We recommend to extend your implementation from
CCWorkplaceFunctions.DefaultListener
,
so that new methods in IListener will not cause compilation problems
on your side.Use
CCWorkplaceFunctionTree.DefaultListener
to extend from in order to stay compatible with
interface extensions.This interface is likely to be extended.
Convert between a Boolean and a corresponding representation as 'J' or 'N'.
Convert between a Boolean and a corresponding representation as 'J' or 'N'.
Convert between a string in the format "YYYYMMDD" and a corresponding representation
as Java-long timestamp representation.
Convert between a string in the format "YYYYMMDD" and a corresponding representation
as Java-long timestamp representation.
Default implementation of IListHelper.
Persistor that is reflectin a DOF object into a corresponding table.
Persistor that works with a complex "joined table" definition.
Extension of
DOFJdbcPersistor
adding the feature to support
a tenant.Utilities for managing JDBC access.
Data object instance.
Definition of a filter object for a data object query.
Filter that contains an "euqals"-definition.
Filter that contains an "euqals"-definition.
Filter that holds a from-to definition.
Filter that holds a from-to definition.
Filter holding a "like"-definition.
Listerner interface for the list editor interface.
Dummy implementation as inheritance base for implementations of
IDOFObjectPersistor
.Status of a property while being edited.
Validation and input status of a data object during editing.
Repository keeps the meta data.
Generic text provider that accesses the valid values provider that is to be
defined on the same property type.
Global context for DOF-UI.
Concatenates all column values in the sequence of their occurance.
Arrow types for the end of lines.
Protocol information that is written when creating files.
Representation of a node within the
CCGraphicalTree
page bean
component.Controller interface that is expected by user interface
processing.
ICCObjectDetail<PBCLASS extends org.eclnt.jsfserver.pagebean.IPageBean>
ICCObjectDetail.DefaultCCObjectDetailListener<PBCLASS extends org.eclnt.jsfserver.pagebean.IPageBean>
ICCObjectDetail.ICCObjectDetailListener<PBCLASS extends org.eclnt.jsfserver.pagebean.IPageBean>
ICCObjectList<PBCLASS extends org.eclnt.jsfserver.pagebean.IPageBean>
ICCObjectList.DefaultCCObjectListListener<PBCLASS extends org.eclnt.jsfserver.pagebean.IPageBean>
ICCObjectList.ICCObjectListListener<PBCLASS extends org.eclnt.jsfserver.pagebean.IPageBean>
ICCObjectListDetailEditor<PBCLASS extends org.eclnt.jsfserver.pagebean.IPageBean>
ICCObjectListDetailEditor.ICCObjectListDetailEditorListener<PBCLASS extends org.eclnt.jsfserver.pagebean.IPageBean>
Interface of ChartingAreaUI that is passed into page bean components
that are parts of shape instances (see
IContainedPageBean
.Page bean that can optioanlly be created for rendering the content of the PAINTAREAITEM
that is created within the shape processing.
Column filter in
CCDataGridView
.Column filter in
CCDataGridView
.Configuration of DOF.
Interface to filter dialogs for properties.
Interface for property filter items.
Interface to persist objects.
In principle the result of a query is a list of data objects.
Interface that is used for detailed control of list output that depends
on instance data.
Interface that must be implemented by page beans that "take part" in the page bean
paint area.
Content that is rendered as rectangle in the editor.
Each xy-element is rendered as PAINTAREAITEM control.
Definition of a line type.
Implementation of Logic for control
CCComboFieldIdText
.Implementation of logic for component
CCComboFieldIdText
.Session that is the binding between the desktop processing and the mobile processing.
XMLElement that internally is representing and editing multiple other
SimpleXMLElement
instances.Read/write access for objects of type
PageBeanPaintAreaConfig
.Within a library, different shape types are categorized.
Semantic grouping of shapes: when editing a shape then the
user may change the shape type.
This class holds all information for a shape library as simple beans, so
that the content can be marshalled to/ unmarshalled from XML easily.
Runtime access to shape library.
All information on a shape type.
Data item that is passed as raw data into the pivot processing.
Class containing the diff, match and patch methods.
Class representing one diff operation.
Internal class for returning results from diff_linesToChars().
The data structure representing a diff is a Linked list of Diff objects:
{Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
Diff(Operation.EQUAL, " world.")}
Class representing one patch operation.