Modifier and Type | Method and Description |
---|---|
IItem |
IClient.getUser() |
Modifier and Type | Method and Description |
---|---|
ItemPage |
IWidgets.buildItemPage(IClient client,
IItem item) |
ItemPage |
IItemPageImpl.buildItemPage(IClient client,
IItem item) |
Modifier and Type | Method and Description |
---|---|
IItem[] |
IItemType.getAllInitItems(IItem instance) |
IItem[] |
IItem.getInitItems() |
IItem[] |
IModel.getInitItems() |
IItem[] |
IItemType.getInitItems(IItem instance) |
IItem |
IParser.parseItem(java.lang.String str) |
IItem[] |
IParser.parseItemArray(java.lang.String str) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IParser.composeItem(IItem item) |
java.lang.String |
IParser.composeItemArray(IItem... array) |
java.lang.String |
IItemType.generateId(IItem instance) |
IItem[] |
IItemType.getAllInitItems(IItem instance) |
IItem[] |
IItemType.getInitItems(IItem instance) |
void |
IItemType.init(IItem instance) |
Modifier and Type | Method and Description |
---|---|
IItem |
IServer.get(java.lang.String path) |
IItem[] |
IServer.query(java.lang.String parent,
int limit,
int offset,
IArg sort,
boolean ascending,
java.util.Map<IArg,java.lang.String> filters) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IItemTypeImpl.generateId(IItem instance) |
void |
IItemTypeImpl.init(IItem instance) |
void |
IServer.post(IItem item) |
void |
IServer.put(IItem item) |
boolean |
IItemTypeImpl.validate(IItem instance) |
Modifier and Type | Method and Description |
---|---|
IItem |
Client.getUser() |
Modifier and Type | Method and Description |
---|---|
ItemPage |
Widgets.buildItemPage(IClient client,
IItem item) |
Modifier and Type | Method and Description |
---|---|
IItem |
ItemPage.getItem() |
Constructor and Description |
---|
ContainerPage(IClient client,
IItem item) |
ItemPage(IClient client,
IItem item) |
Modifier and Type | Class and Description |
---|---|
class |
Item
This is an object representation of an item,
which is a unit of data in the form of a map
of IArg to String.
|
Modifier and Type | Method and Description |
---|---|
IItem[] |
ItemType.getAllInitItems(IItem instance) |
IItem[] |
Item.getInitItems() |
IItem[] |
Model.getInitItems() |
IItem[] |
ItemType.getInitItems(IItem instance) |
IItem |
Parser.parseItem(java.lang.String str) |
IItem[] |
Parser.parseItemArray(java.lang.String str) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Parser.composeItem(IItem item) |
java.lang.String |
Parser.composeItemArray(IItem... array) |
java.lang.String |
ItemType.generateId(IItem instance) |
IItem[] |
ItemType.getAllInitItems(IItem instance) |
IItem[] |
ItemType.getInitItems(IItem instance) |
void |
ItemType.init(IItem instance) |
Constructor and Description |
---|
Model(IArg[] argsArray,
ICmd[] cmdsArray,
IItemType[] itemTypesArray,
IParser parser,
IItem[] initItems) |
Response(IItem item) |
Response(IItem[] items) |
Modifier and Type | Method and Description |
---|---|
IItem |
Server.get(java.lang.String path) |
IItem[] |
Server.query(java.lang.String parent,
int limit,
int offset,
IArg sort,
boolean ascending,
java.util.Map<IArg,java.lang.String> filters) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ItemTypeImpl.generateId(IItem instance) |
void |
ItemTypeImpl.init(IItem instance) |
void |
Server.post(IItem item) |
void |
Server.put(IItem item) |
boolean |
ItemTypeImpl.validate(IItem instance) |