| Package | Description |
|---|---|
| com.fatwire.assetapi.data | |
| com.fatwire.assetapi.fragment |
| Modifier and Type | Method and Description |
|---|---|
<F extends EditableTemplateFragment<F>> |
DefaultBuildersFactory.newFragmentList(int initialSize,
F prototype) |
<F extends EditableTemplateFragment<F>> |
BuildersFactory.newFragmentList(int initialSize,
F prototype)
Returns a list of the specified size initially filled with fragments based on a prototype fragment.
|
protected <F extends EditableTemplateFragment<F>> |
BaseController.newFragmentList(int initialSize,
F prototype)
Returns a list of the specified size initially filled with fragments based on a prototype fragment.
|
| Modifier and Type | Method and Description |
|---|---|
EditableTemplateFragment<?> |
DefaultBuildersFactory.newEditableTemplateFragment() |
EditableTemplateFragment<?> |
BuildersFactory.newEditableTemplateFragment()
Returns a new
EditableTemplateFragment instance. |
protected EditableTemplateFragment<?> |
BaseController.newEditableTemplateFragment()
Returns a new
EditableTemplateFragment instance. |
| Modifier and Type | Method and Description |
|---|---|
<F extends EditableTemplateFragment<F>> |
DefaultBuildersFactory.newFragmentList(int initialSize,
F prototype) |
<F extends EditableTemplateFragment<F>> |
BuildersFactory.newFragmentList(int initialSize,
F prototype)
Returns a list of the specified size initially filled with fragments based on a prototype fragment.
|
protected <F extends EditableTemplateFragment<F>> |
BaseController.newFragmentList(int initialSize,
F prototype)
Returns a list of the specified size initially filled with fragments based on a prototype fragment.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EditableTemplateFragment<T extends EditableTemplateFragment<T>>
Represents a fragment that invokes a template in editable mode.
|
| Modifier and Type | Method and Description |
|---|---|
static EditableTemplateFragment<?> |
FragmentFactory.newEditableTemplateFragment()
Returns a new
EditableTemplateFragment instance. |
| Modifier and Type | Method and Description |
|---|---|
static List<EditableTemplateFragment<?>> |
FragmentFactory.newFragmentList(int initialSize,
EditableTemplateFragment<?> prototype)
Returns a list of the specified size populated with fragments prototyped on the editable template fragment specified by
prototype. |
| Modifier and Type | Method and Description |
|---|---|
static List<EditableTemplateFragment<?>> |
FragmentFactory.newFragmentList(int initialSize,
EditableTemplateFragment<?> prototype)
Returns a list of the specified size populated with fragments prototyped on the editable template fragment specified by
prototype. |