org.sandev.ui.util
Class LinkUtil

java.lang.Object
  extended byorg.sandev.ui.util.LinkUtil

public class LinkUtil
extends java.lang.Object

Special purpose utilities for dealing with Links.


Constructor Summary
LinkUtil()
           
 
Method Summary
static java.lang.String getInitActionName(Link link)
          Given a form link, return the name of the initialization action for it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkUtil

public LinkUtil()
Method Detail

getInitActionName

public static java.lang.String getInitActionName(Link link)
Given a form link, return the name of the initialization action for it. If there is a setup action defined, then this method will return that name. If there are several setup actions defined, this method will return the name of the first one. If there are no setup actions defined, this method returns the name of the form followed by "Init". If the given Link is not a FORM, then null is returned.