org.scrashmeow.ojb.console.ui.control
Interface LinkControl

All Superinterfaces:
java.io.Serializable, ViewControl
All Known Implementing Classes:
OjbcLinkControl

public interface LinkControl
extends ViewControl

Defines the interface for a bean used by JSPs to display a navigational link.

Author:
Alexander Bibighaus

Method Summary
 boolean getActive()
          Method getActive @add-javadoc!!!
 java.lang.Object getData()
          Method getData @add-javadoc!!!
 boolean getHasLink()
          Method getHasLink @add-javadoc!!!
 boolean getLocalized()
          Method getLocalized @add-javadoc!!!
 java.lang.String getOnclick()
          Method getOnclick @add-javadoc!!!
 java.lang.String getPath()
          Method getPath @add-javadoc!!!
 

Method Detail

getData

public java.lang.Object getData()
Method getData @add-javadoc!!!

Returns:
@add-javadoc!!!

getLocalized

public boolean getLocalized()
Method getLocalized @add-javadoc!!!

Returns:
@add-javadoc!!!

getPath

public java.lang.String getPath()
Method getPath @add-javadoc!!!

Returns:
@add-javadoc!!!

getActive

public boolean getActive()
Method getActive @add-javadoc!!!

Returns:
@add-javadoc!!!

getOnclick

public java.lang.String getOnclick()
Method getOnclick @add-javadoc!!!

Returns:
@add-javadoc!!!

getHasLink

public boolean getHasLink()
Method getHasLink @add-javadoc!!!

Returns:
@add-javadoc!!!


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.