org.jbpm.model.formapi.client.form
Interface FBCompositeItem
- All Known Implementing Classes:
- AbsoluteLayoutFormItem, BorderLayoutFormItem, ConditionalBlockFormItem, CSSLayoutFormItem, FBForm, FieldSetLayoutFormItem, FlowLayoutFormItem, HorizontalLayoutFormItem, LayoutFormItem, LoopBlockFormItem, MenuLayoutFormItem, MIGLayoutFormItem, TabbedLayoutFormItem, TableLayoutFormItem
public interface FBCompositeItem
Base composite interface. common for LayoutFormItem and FBForm
getItems
List<FBFormItem> getItems()
setItems
void setItems(List<FBFormItem> items)
add
void add(PhantomPanel phantom,
int x,
int y)
replacePhantom
void replacePhantom(FBFormItem item)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.