|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Table.TableComponent in org.omnaest.utils.structure.table |
|---|
| Subinterfaces of Table.TableComponent in org.omnaest.utils.structure.table | |
|---|---|
static interface |
Table.Cell<E>
A Table.Cell is the atomic part of a Table. |
static interface |
Table.Column<E>
A Table.Column represents the vertical Table.Stripe of a Table. |
static interface |
Table.Row<E>
A Table.Row represents the horizontal Table.Stripe of a Table. |
static interface |
Table.Stripe<E>
Common abstraction for a Table.Column and a Table.Row |
static interface |
Table.Stripe.Title
Table.Stripe.Title of a single Table.Stripe. |
static interface |
Table.TableSize
Holds methods to return the current table size for rows and columns. |
| Uses of Table.TableComponent in org.omnaest.utils.structure.table.concrete.internal |
|---|
| Classes in org.omnaest.utils.structure.table.concrete.internal that implement Table.TableComponent | |
|---|---|
class |
CellAndStripeResolverAbstract<E>
|
class |
CellAndStripeResolverImpl<E>
|
class |
CellImpl<E>
Wrapper for a CellDataImpl instance which additionally holds references to the TableInternal.StripeData instances which led
to the underlying CellDataImpl |
class |
StripeAbstract<E>
|
class |
StripeDataAggregate<E>
Aggregates multiple TableInternal.StripeData instances into one single StripeDataAggregate which acts as one single
TableInternal.StripeData instance. |
class |
StripeDataImpl<E>
|
class |
StripeDataListImpl<E>
|
class |
StripeImpl<E>
|
class |
TableContentAbstract<E>
|
class |
TableContentImpl<E>
|
class |
TableSizeImpl
|
class |
TitleImpl<E>
|
| Uses of Table.TableComponent in org.omnaest.utils.structure.table.concrete.internal.adapterprovider |
|---|
| Classes in org.omnaest.utils.structure.table.concrete.internal.adapterprovider that implement Table.TableComponent | |
|---|---|
class |
TableAdapterProviderImpl<E>
|
| Uses of Table.TableComponent in org.omnaest.utils.structure.table.concrete.internal.serializer |
|---|
| Classes in org.omnaest.utils.structure.table.concrete.internal.serializer that implement Table.TableComponent | |
|---|---|
class |
TableSerializerImpl<E>
|
| Uses of Table.TableComponent in org.omnaest.utils.structure.table.internal |
|---|
| Subinterfaces of Table.TableComponent in org.omnaest.utils.structure.table.internal | |
|---|---|
static interface |
TableInternal.CellAndStripeResolver<E>
|
static interface |
TableInternal.CellInternal<E>
Internal Table.Cell representation which wraps a TableInternal.CellData instance |
static interface |
TableInternal.StripeData<E>
|
static interface |
TableInternal.StripeData.TitleInternal
|
static interface |
TableInternal.StripeDataList<E>
|
static interface |
TableInternal.StripeInternal<E>
|
static interface |
TableInternal.StripeResolver<E>
Resolver for Table.Stripe instances |
static interface |
TableInternal.TableComponentInternal
Marker interface for internal Table components |
static interface |
TableInternal.TableContent<E>
Container for TableInternal.StripeDataList instances |
| Uses of Table.TableComponent in org.omnaest.utils.structure.table.subspecification |
|---|
| Subinterfaces of Table.TableComponent in org.omnaest.utils.structure.table.subspecification | |
|---|---|
static interface |
TableAdaptable.TableAdapterProvider<E>
A TableAdaptable.TableAdapterProvider offers methods to support the default TableAdapter |
static interface |
TableSerializable.TableSerializer<E>
A TableSerializable.TableSerializer offers methods to TableSerializable.TableSerializer.marshal(TableMarshaller) and TableSerializable.TableSerializer.unmarshal(TableUnmarshaller) an
underlying Table instance into serializable format. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||