Package de.enough.polish.ui.containerviews

Provides (mostly animated) views for showing collections of items, e.g.

See:
          Description

Class Summary
AlignAtContentContainerView Aligns elements so that their contents start at the same position.
AnimationContainerView Animates all embedded items instead only one.
CarouselContainerView Arranges the items in an animated carousel.
CenterNavigationContainerView Shows the available items of a Container in a horizontal list.
CoverFlowContainerView Arranges the items in a single row and scales items down.
DroppingView Shows the items in a normal list.
ExclusiveSingleLineView Shows only the currently selected item of an exclusive ChoiceGroup or an exclusive List.
FishEyeContainerView Arranges the items in a single row and scales items down.
HorizontalChoiceView Shows the available items of an ChoiceGroup or a horizontal list.
HorizontalContainerView Shows the available items of a Container in a horizontal list.
HorizontalGrayOutContainerView Shows the available items of a Container in a horizontal list and grays out all but the currently focused item.
LayerContainerView Aligns elements in different layers.
LeftHorizontalContainerView Shows the available items of a Container in a horizontal list - the focused/current element is always shown at the very left side.
Midp2ContainerView Aligns elements according to the MIDP 2.0 layout directives of the items.
MIDP2LayoutView The MIDP2LayoutView layouts all items in a row instead of placing each item on a new row.
NumberedContainerView Sets a sequential number for each embedded item-label.
RelativeLayoutView Layouts and positions items relatively to it's parent items.
RemoveTextContainerView Arranges the items either in single rows or in a table layout.
ShuffleView Shows the items in a normal list.
SlideContainerView Slides the parent container in any direction, this animation can used for menus for example.
SpringContainerView Let items spring into view from under the currently focused element.
TabbedContainerView Displays embedded all items in different tabs.
TextContainerView Arranges StringItems in overlapping boxes, so that one StringItem starts in the same line where the previous StringItem stops.
VerticalFixedContainerView Keeps the currently focused item in a fixed position (either top, center or bottom) within a list of elements.
 

Package de.enough.polish.ui.containerviews Description

Provides (mostly animated) views for showing collections of items, e.g. Lists, Forms and so on.