| Interface | Description |
|---|---|
| LayoutEventListener |
Interface to be implemented by classes that want to handle
LayoutEvents
|
| Class | Description |
|---|---|
| ColumnLayout |
Basics
|
| LayoutCoordinate |
Simple class that holds an x,y (column,row) coordinate.
|
| LayoutEvent |
A LayoutEvent is used by ColumnLayout to notify its LayoutAeventListeners
that there have been a change in the position of a fragment within the layout.
|
| NameValueProperty | |
| PageLayoutEventListener |
| Exception | Description |
|---|---|
| EmptyLayoutLocationException |
This exception indicates that an attempt to access a layout
coordinate that does not contain a Fragment.
|
| FragmentNotInLayoutException |
This exception indicates that an attempt was made get the coordinates
within a layout for a fragment that is not within that layout.
|
| InvalidLayoutLocationException |
Indicates an attempt to access a local within a layout that is outside
of the bounds of that layout.
|
| LayoutEventException | |
| LayoutException |
Base exception for all layout exceptions.
|
| Error | Description |
|---|---|
| LayoutError |
Should only be thrown when something truely unexpected happens
when processing a layout.
|
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.