org.apache.beehive.netui.pageflow.annotations
Annotation Type Jpf.ActionOutput


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public static @interface Jpf.ActionOutput

page input


Required Element Summary
 String name
           
 Class type
           
 
Optional Element Summary
 boolean nullable
          Deprecated. Use required().
 boolean required
           
 String typeHint
           
 

Element Detail

name

public abstract String name

type

public abstract Class type

typeHint

public abstract String typeHint
Default:
""

required

public abstract boolean required
Default:
true

nullable

public abstract boolean nullable
Deprecated. Use required().

Default:
false