|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.component.form.ModelBindings
public class ModelBindings
Constructor Summary | |
---|---|
ModelBindings()
|
Method Summary | |
---|---|
void |
add(IModelBinding b)
|
IModelBinding |
get(int ix)
|
java.util.Iterator<IModelBinding> |
iterator()
|
void |
moveControlToModel()
|
void |
moveModelToControl()
|
void |
setControlsEnabled(boolean on)
|
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelBindings()
Method Detail |
---|
public void add(@Nonnull IModelBinding b)
public void moveControlToModel() throws java.lang.Exception
moveControlToModel
in interface IModelBinding
java.lang.Exception
public void moveModelToControl() throws java.lang.Exception
moveModelToControl
in interface IModelBinding
java.lang.Exception
public int size()
public void setControlsEnabled(boolean on)
setControlsEnabled
in interface IModelBinding
@Nonnull public java.util.Iterator<IModelBinding> iterator()
iterator
in interface java.lang.Iterable<IModelBinding>
@Nonnull public IModelBinding get(int ix)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |