Search in sources :

Example 1 with HTMLComponentPropertyView

use of com.codename1.rad.propertyviews.HTMLComponentPropertyView in project CodeRAD by shannah.

the class UIBuilder method htmlComponent.

public HTMLComponentPropertyView htmlComponent(Tag... tags) {
    FieldNode fn = new FieldNode(UI.tags(tags));
    fn.setParent(parentNode);
    return new HTMLComponentPropertyView(new HTMLComponent(), entity, fn);
}
Also used : HTMLComponentPropertyView(com.codename1.rad.propertyviews.HTMLComponentPropertyView) FieldNode(com.codename1.rad.nodes.FieldNode) HTMLComponent(com.codename1.ui.html.HTMLComponent)

Aggregations

FieldNode (com.codename1.rad.nodes.FieldNode)1 HTMLComponentPropertyView (com.codename1.rad.propertyviews.HTMLComponentPropertyView)1 HTMLComponent (com.codename1.ui.html.HTMLComponent)1