org.wings.util
Class AnchorProperties

java.lang.Object
  extended by org.wings.util.AnchorProperties

public final class AnchorProperties
extends Object

This class contains the properties for the AnchorStack.


Constructor Summary
AnchorProperties(SimpleURL url, String target)
           
AnchorProperties(String pFormEventName, String pFormEventValue)
           
 
Method Summary
 String getFormEventName()
           
 String getFormEventValue()
           
 String getTarget()
           
 SimpleURL getURL()
           
 boolean isFormAnchor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnchorProperties

public AnchorProperties(SimpleURL url,
                        String target)

AnchorProperties

public AnchorProperties(String pFormEventName,
                        String pFormEventValue)
Method Detail

getURL

public SimpleURL getURL()

getTarget

public String getTarget()

getFormEventName

public String getFormEventName()

getFormEventValue

public String getFormEventValue()

isFormAnchor

public boolean isFormAnchor()


wingS Swings ;-)