public class GeneratorHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GeneratorHelper.PackageImportsFilter |
| Modifier and Type | Method and Description |
|---|---|
static String |
getJspPropertyType(PropertyBean property,
boolean is12) |
static boolean |
isAction(PropertyBean property) |
static boolean |
isActionListener(PropertyBean property,
boolean is12) |
static boolean |
isAWTKeyStroke(String propClass) |
static boolean |
isColor(String propClass) |
static boolean |
isColorList(String propClass,
String[] propClassParams) |
static boolean |
isConverter(String propClass) |
static boolean |
isKeyStroke(String propClass) |
static boolean |
isNumber(String propClass) |
static boolean |
isValidator(PropertyBean property,
boolean is12) |
static boolean |
isValueChangeListener(PropertyBean property,
boolean is12) |
static void |
writeImports(PrettyWriter out,
String packageName,
Set imports) |
public static boolean isConverter(String propClass)
public static boolean isKeyStroke(String propClass)
public static boolean isAWTKeyStroke(String propClass)
public static boolean isNumber(String propClass)
public static boolean isColor(String propClass)
public static boolean isAction(PropertyBean property)
public static boolean isActionListener(PropertyBean property, boolean is12)
public static boolean isValueChangeListener(PropertyBean property, boolean is12)
public static boolean isValidator(PropertyBean property, boolean is12)
public static void writeImports(PrettyWriter out, String packageName, Set imports)
public static String getJspPropertyType(PropertyBean property, boolean is12)
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.