org.wings.util
Class AnchorProperties
java.lang.Object
org.wings.util.AnchorProperties
public final class AnchorProperties
- extends Object
This class contains the properties for the AnchorStack.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnchorProperties
public AnchorProperties(SimpleURL url,
String target)
AnchorProperties
public AnchorProperties(String pFormEventName,
String pFormEventValue)
getURL
public SimpleURL getURL()
getTarget
public String getTarget()
getFormEventName
public String getFormEventName()
getFormEventValue
public String getFormEventValue()
isFormAnchor
public boolean isFormAnchor()
wingS Swings ;-)