de.mguennewig.pobjects.metadata
Class LinkEntry

java.lang.Object
  extended by de.mguennewig.pobjects.metadata.Column
      extended by de.mguennewig.pobjects.metadata.FormEntry
          extended by 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

Field Summary
 
Fields inherited from class de.mguennewig.pobjects.metadata.FormEntry
ADD_METHOD, CHANGED_METHOD, CLASS_NAME, LAYOUT_NO_HEADER_CELL, LAYOUT_PULL_IN, LAYOUT_PULL_IN_CELL, LAYOUT_STANDARD
 
Fields inherited from class de.mguennewig.pobjects.metadata.Column
GET_METHOD, GET_METHOD_VISUAL, MEMBER_ATTR, MEMBER_ATTR_TYPE, MEMBER_NAME, SET_METHOD
 
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 de.mguennewig.pobjects.metadata.FormEntry
getLayout, name
 
Methods inherited from class de.mguennewig.pobjects.metadata.Column
getDescription, getIndex, getName, getSchemaName, getType, setDescription, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Method Detail

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.