| Package | Description |
|---|---|
| org.wamblee.safe.model | |
| org.wamblee.safe.model.jpa | |
| org.wamblee.safe.wicket | |
| org.wamblee.safe.xml |
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
Storage.findEntries(int aStart,
int aCount) |
List<Entry> |
Account.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
Entry.set(Entry aEntry) |
| Constructor and Description |
|---|
Account(String aName,
List<Entry> aEntries) |
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
JpaStorage.findEntries(int aStart,
int aCount) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<? extends Entry> |
EntriesDataProvider.iterator(int aFirst,
int aCount) |
org.apache.wicket.model.IModel<Entry> |
EntriesDataProvider.model(Entry aObject) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ViewEntryForm.deletePressed(Entry aEntry) |
protected abstract void |
ViewEntryPanel.deletePressed(Entry aEntry) |
protected abstract void |
ViewEntryForm.editPressed(Entry aEntry) |
protected abstract void |
ViewEntryPanel.editPressed(Entry aEntry) |
protected abstract void |
EditEntryPanel.entryEdited(Entry aEntry) |
protected abstract void |
EditEntryForm.entryEdited(Entry aEntry) |
org.apache.wicket.model.IModel<Entry> |
EntriesDataProvider.model(Entry aObject) |
| Constructor and Description |
|---|
EditEntryPage(Entry aEntry)
Constructor that is invoked when page is invoked without a session.
|
EntryLinkPanel(String aId,
Entry aEntry,
String aHeader) |
ViewEntryPage(org.apache.wicket.markup.html.WebPage aResponsePage,
Entry aEntry)
Constructor that is invoked when page is invoked without a session.
|
| Constructor and Description |
|---|
EditEntryForm(String aId,
org.apache.wicket.model.IModel<Entry> aEntry) |
EditEntryPanel(String aId,
org.apache.wicket.model.IModel<Entry> aEntry) |
FieldModel(org.apache.wicket.model.IModel<Entry> aEntry,
String aField) |
ViewEntryForm(String aId,
org.apache.wicket.model.IModel<Entry> aEntry) |
ViewEntryPanel(String aId,
org.apache.wicket.model.IModel<Entry> aEntry) |
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
XMLMapper.parse(InputStream aIs) |
List<Entry> |
XMLMapperImpl.parse(InputStream aIs) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLMapper.encode(OutputStream oOs,
List<Entry> aEntries) |
void |
XMLMapperImpl.encode(OutputStream aOs,
List<Entry> aEntries) |
Copyright © 2013. All Rights Reserved.