com.bea.p13n.controls.createUser
Annotation Type CreateUserControl.CreateUserParams


@Target(value={FIELD,TYPE})
@Retention(value=RUNTIME)
public static @interface CreateUserControl.CreateUserParams

Define the properties for this control. See javadocs above for more information.


Annotation Type Optional Member Summary
 boolean doPostProcess
           
 boolean fireEvent
           
 boolean login
           
 boolean saveAnonymous
           
 

doPostProcess

public abstract boolean doPostProcess
Default
true

saveAnonymous

public abstract boolean saveAnonymous
Default
true

fireEvent

public abstract boolean fireEvent
Default
true

login

public abstract boolean login
Default
true


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.