Object createListWithId ( String className , String listId )
Object createListWithId ( String className , String listId )
Name | Type | Description |
---|---|---|
className | String | Specify the className that implements the List interface |
listId | String | The String ID of the list to create |
Type | Description |
---|---|
Object | Instance of user specified List implementation |