public class ResourceList extends ArrayList<Resource>
modCount| Constructor and Description |
|---|
ResourceList(String title,
String field)
Constructor
|
ResourceList(String title,
String field,
boolean multiple)
Constructor
|
ResourceList(String title,
String field,
String group)
Constructor
|
ResourceList(String title,
String field,
String group,
boolean multiple)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
Gets the field of the resource list
|
String |
getGroup()
Gets the group name of the resource list
|
String |
getTitle()
Gets the title of the resource list that will serves as the label in the 'edit' form (ie: 'Resource')
|
boolean |
isMultiple()
Indicates whether an event can have multiple resources for the given field
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic ResourceList(String title, String field)
title - the title of the resource list that will serves as the label in the 'edit' form (ie: 'Resource')field - the field (ie: 'resourceId')public ResourceList(String title, String field, boolean multiple)
title - the title of the resource list that will serves as the label in the 'edit' form (ie: 'Resource')field - the field of the resource list (ie: 'resourceId')multiple - whether an event can have multiple resources for the given fieldpublic ResourceList(String title, String field, String group)
title - the title of the resource list that will serves as the label in the 'edit' form (ie: 'Resource')field - the field (ie: 'resourceId')group - name of the group of the resource list belongs topublic ResourceList(String title, String field, String group, boolean multiple)
title - the title of the resource list that will serves as the label in the 'edit' form (ie: 'Resource')field - the field of the resource list (ie: 'resourceId')group - name of the group of the resource list belongs tomultiple - whether an event can have multiple resources for the given fieldpublic String getTitle()
public String getField()
public String getGroup()
public boolean isMultiple()
Copyright © 2021 7thWeb. All rights reserved.