| Class | Description |
|---|---|
| BooleanCellRenderer | |
| BooleanWithPredicateTableCellRenderer |
Created on 14/08/15.
|
| ClassTableCellRenderer |
Table cell renderer for a
Class |
| ColorCellRenderer |
Date: 31/07/12
|
| DecoratorListCellRenderer<O> |
A
ListCellRenderer which compute text with the given DecoratorListCellRenderer.decorator
and leave the hand to the DecoratorListCellRenderer.delegate to perform the visual renderer. |
| DecoratorProviderListCellRenderer |
A
ListCellRenderer which use decorators from the DecoratorProviderListCellRenderer.provider to obtain the text to display. |
| DecoratorProviderTableCellRenderer |
A
TableCellRenderer which use decorators from the DecoratorProviderTableCellRenderer.provider to obtain the text to display. |
| DecoratorTableCellRenderer |
A
TableCellRenderer which compute text with the given DecoratorTableCellRenderer.decorator
and leave the hand to the DecoratorTableCellRenderer.delegate to perform the visual renderer. |
| EmptyNumberTableCellRenderer |
A
TableCellRenderer which does not display numbers when they are
equals to 0. |
| EnumEditorRenderer<E extends Enum<E>> |
Created on 08/03/16.
|
| EnumTableCellRenderer<E extends Enum<E>> |
A
TableCellRenderer which displays enum values from their ordinal value. |
| FilteredDecoratorListCellRenderer<O> |
A
ListCellRenderer which compute text with the given DecoratorListCellRenderer.decorator,
highlights a part of the rendered text,
and leave the hand to the DecoratorListCellRenderer.delegate to perform the visual renderer. |
| I18nTableCellRenderer |
A simple TableCellRenderer using a delegate TableCellRenderer to render
everything elese thant the text : the text is I18nalize.
|
| LocaleListCellRenderer | |
| MultiDecoratorListCellRenderer |
A
ListCellRenderer which compute text with the matching decorator
from MultiDecoratorListCellRenderer.decorators and leave the hand to the MultiDecoratorListCellRenderer.delegate to
perform the visual renderer. |
| MultiDecoratorTableCelleRenderer |
A
TableCellRenderer which compute text with the matching decorator
from MultiDecoratorTableCelleRenderer.decorators based on the type of value and leave the hand to
the MultiDecoratorTableCelleRenderer.delegate to perform the visual renderer. |
Copyright © 2008–2018 Ultreia.io. All rights reserved.