de.mguennewig.pobjects.metadata
Class SpacerEntry
java.lang.Object
de.mguennewig.pobjects.metadata.Column
de.mguennewig.pobjects.metadata.FormEntry
de.mguennewig.pobjects.metadata.SpacerEntry
public class SpacerEntry
- extends FormEntry
A form entry for adding an empty line into the form.
- Author:
- Michael Günnewig
|
Constructor Summary |
SpacerEntry(java.lang.String name,
int renderAs)
Creates a new spacer entry. |
|
Method Summary |
int |
getRenderAs()
Returns how this entry will be rendered. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RENDER_AS_EMPTY_ROW
public static final int RENDER_AS_EMPTY_ROW
- Spacer is displayed as empty row in the form.
- See Also:
- Constant Field Values
RENDER_AS_HR_ROW
public static final int RENDER_AS_HR_ROW
- Spacer is displayed as horizontal line in the row.
- See Also:
- Constant Field Values
SpacerEntry
public SpacerEntry(java.lang.String name,
int renderAs)
- Creates a new spacer entry.
- Parameters:
name - A unique string, which represents this form entry.renderAs - Switches between different output variants.
getRenderAs
public final int getRenderAs()
- Returns how this entry will be rendered.