wt.vc.views
Class LoadViews
java.lang.Object
wt.vc.views.LoadViews
- public class LoadViews
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadViews
public LoadViews()
main
public static void main(String[] args)
getText
public static String getText(String messageKey,
Object[] params)
printEm
public static boolean printEm()
printRecurs
public static void printRecurs(View[] views,
int index)
throws WTException
- Throws:
WTException
createView
public static boolean createView(String viewName)
renameView
public static boolean renameView(String viewName,
String newViewName)
deleteView
public static boolean deleteView(String viewName)
createAssociation
public static boolean createAssociation(String parentName,
String childName)
insertView
public static boolean insertView(String parentName,
String childName,
String insertName)