Uses of Class
org.apache.wicket.examples.library.Book.WritingStyle
-
Packages that use Book.WritingStyle Package Description org.apache.wicket.examples.library -
-
Uses of Book.WritingStyle in org.apache.wicket.examples.library
Fields in org.apache.wicket.examples.library declared as Book.WritingStyle Modifier and Type Field Description static Book.WritingStyleBook. BADBad bookstatic Book.WritingStyleBook. BORINGBoring bookstatic Book.WritingStyleBook. FUNNYFunny bookstatic Book.WritingStyleBook. SADSad bookMethods in org.apache.wicket.examples.library that return types with arguments of type Book.WritingStyle Modifier and Type Method Description List<Book.WritingStyle>Book. getWritingStyles()Method parameters in org.apache.wicket.examples.library with type arguments of type Book.WritingStyle Modifier and Type Method Description voidBook. setWritingStyles(List<Book.WritingStyle> writingStyles)
-