public interface IBeanNavigator extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
void |
add(de.tsl2.nano.bean.def.BeanDefinition<?> bean)
adds new bean
|
IBeanNavigator |
clone() |
de.tsl2.nano.bean.def.BeanDefinition<?> |
current()
current
|
boolean |
done()
done
|
de.tsl2.nano.bean.def.BeanDefinition<?> |
fromUrl(String uri)
evaluates, if a navigation item (bean) was clicked.
|
String |
getName()
getName
|
boolean |
isEmpty()
isEmtpy
|
de.tsl2.nano.bean.def.BeanDefinition<?> |
next(Object userResponseObject)
evaluates the next bean to work on
|
void |
setRoot(de.tsl2.nano.bean.def.BeanDefinition<?> rootBean) |
de.tsl2.nano.bean.def.BeanDefinition<?>[] |
toArray()
puts the current navigation stack to an array
|
String getName()
void add(de.tsl2.nano.bean.def.BeanDefinition<?> bean)
bean - to addboolean isEmpty()
de.tsl2.nano.bean.def.BeanDefinition<?> current()
de.tsl2.nano.bean.def.BeanDefinition<?> next(Object userResponseObject)
userResponseObject - de.tsl2.nano.bean.def.BeanDefinition<?> fromUrl(String uri)
uri - uri to analyzede.tsl2.nano.bean.def.BeanDefinition<?>[] toArray()
boolean done()
IBeanNavigator clone() throws CloneNotSupportedException
CloneNotSupportedExceptionvoid setRoot(de.tsl2.nano.bean.def.BeanDefinition<?> rootBean)
Copyright © 2012–2020. All rights reserved.