Form Builder NG Model 6.0.0-SNAPSHOT

org.jbpm.form.builder.ng.model.client.form
Interface FBCompositeItem

All Known Implementing Classes:
AbsoluteLayoutFormItem, BorderLayoutFormItem, ConditionalBlockFormItem, CSSLayoutFormItem, FBForm, FieldSetLayoutFormItem, FlowLayoutFormItem, HorizontalLayoutFormItem, LayoutFormItem, LoopBlockFormItem, MenuLayoutFormItem, MIGLayoutFormItem, TabbedLayoutFormItem, TableLayoutFormItem, VerticalLayoutFormItem

public interface FBCompositeItem

Base composite interface. common for LayoutFormItem and FBForm


Method Summary
 void add(PhantomPanel phantom, int x, int y)
           
 List<FBFormItem> getItems()
           
 void replacePhantom(FBFormItem item)
           
 void setItems(List<FBFormItem> items)
           
 

Method Detail

getItems

List<FBFormItem> getItems()

setItems

void setItems(List<FBFormItem> items)

add

void add(PhantomPanel phantom,
         int x,
         int y)

replacePhantom

void replacePhantom(FBFormItem item)

Form Builder NG Model 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.