de.mguennewig.pobjects.metadata
Class LinkEntry
java.lang.Object
de.mguennewig.pobjects.metadata.Column
de.mguennewig.pobjects.metadata.FormEntry
de.mguennewig.pobjects.metadata.LinkEntry
public class LinkEntry
- extends FormEntry
A pseudo form entry to hold a popup-link to another page.
- Author:
- Michael Günnewig
|
Constructor Summary |
LinkEntry(java.lang.String name,
int layout,
java.lang.String label)
Creates a new LinkEntry. |
LinkEntry(java.lang.String name,
int layout,
java.lang.String label,
int width,
int height)
Creates a new LinkEntry. |
|
Method Summary |
int |
getHeight()
Returns the height of the popup-window. |
java.lang.String |
getLabel()
Returns the label used for the link. |
int |
getWidth()
Returns the width of the popup-window. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LinkEntry
public LinkEntry(java.lang.String name,
int layout,
java.lang.String label)
- Creates a new LinkEntry.
LinkEntry
public LinkEntry(java.lang.String name,
int layout,
java.lang.String label,
int width,
int height)
- Creates a new LinkEntry.
getLabel
public final java.lang.String getLabel()
- Returns the label used for the link.
getWidth
public final int getWidth()
- Returns the width of the popup-window.
getHeight
public final int getHeight()
- Returns the height of the popup-window.