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);
}
Aggregations