Search in sources :

Example 16 with Actions

use of com.codename1.rad.ui.Actions in project CodeRAD by shannah.

the class UI method actions.

public static ActionsNode actions(Category category, Actions actions) {
    ActionsNode out = actions(actions.toArray());
    out.setAttributes(category);
    return out;
}
Also used : ActionsNode(com.codename1.rad.nodes.ActionsNode)

Aggregations

ActionNode (com.codename1.rad.nodes.ActionNode)6 IOException (java.io.IOException)5 PushAction (com.codename1.push.PushAction)4 PushActionCategory (com.codename1.push.PushActionCategory)4 ViewNode (com.codename1.rad.nodes.ViewNode)4 Container (com.codename1.ui.Container)3 BorderLayout (com.codename1.ui.layouts.BorderLayout)3 GridLayout (com.codename1.ui.layouts.GridLayout)3 InvocationTargetException (java.lang.reflect.InvocationTargetException)3 ParseException (java.text.ParseException)3 NameNotFoundException (android.content.pm.PackageManager.NameNotFoundException)2 Paint (android.graphics.Paint)2 RemoteException (android.os.RemoteException)2 Element (android.renderscript.Element)2 Log (com.codename1.io.Log)2 NetworkEvent (com.codename1.io.NetworkEvent)2 MediaException (com.codename1.media.AsyncMedia.MediaException)2 ViewController (com.codename1.rad.controllers.ViewController)2 Entity (com.codename1.rad.models.Entity)2 EntityList (com.codename1.rad.models.EntityList)2