public class BaseFormSet extends Object
Constructor and Description |
---|
BaseFormSet() |
BaseFormSet(boolean allowDuplicates) |
Modifier and Type | Method and Description |
---|---|
void |
add(String s) |
void |
addAll(BaseFormSet forms) |
String |
getCurrentForm() |
String |
getForm(int index) |
List |
getForms() |
int |
getIndex() |
String |
getNextForm() |
boolean |
isCurrentFormAvailable() |
boolean |
isMoreFormsAvailable() |
void |
setIndex(int index) |
int |
size() |
public BaseFormSet()
public BaseFormSet(boolean allowDuplicates)
public void add(String s)
public void addAll(BaseFormSet forms)
public String getForm(int index)
public List getForms()
public boolean isCurrentFormAvailable()
public String getCurrentForm()
public boolean isMoreFormsAvailable()
public String getNextForm()
public int getIndex()
public void setIndex(int index)
public int size()
Copyright © 2018. All rights reserved.