Uses of Class
org.paneris.melati.site.model.Div

Packages that use Div
org.paneris.melati.site.model The Poem generated classes and their manual enhancment for org.paneris.melati.site.model. 
org.paneris.melati.site.model.generated The POEM-generated support classes for org.paneris.melati.site.model. 
 

Uses of Div in org.paneris.melati.site.model
 

Methods in org.paneris.melati.site.model that return Div
 Div DivTable.ensure(Page page)
          Create an ipsum record
 Div DivTable.ensure(Page page, String title, String content)
          Create or retrieve existing div by name.
 Div DivTable.ensure(Page page, String styleName, String title, String content)
           
 Div DivTable.ensure(Page page, Style style)
          Create or retrieve existing div by name.
 Div DivTable.ensure(Page page, Style style, String title, String content)
          Make sure that a Div exists, creating it if necessary.
 

Methods in org.paneris.melati.site.model that return types with arguments of type Div
 Enumeration<Div> Page.getDivs()
           
 

Uses of Div in org.paneris.melati.site.model.generated
 

Methods in org.paneris.melati.site.model.generated that return Div
 Div DivTableBase.getDivObject(int troid)
          Retrieve the Div as a Div.
 Div DivTableBase.getDivObject(Integer troid)
          Retrieve the Div as a Div.
 

Methods in org.paneris.melati.site.model.generated that return types with arguments of type Div
 List<Div> UploadedImageBase.getImageDivList()
          References to this UploadedImage in the Div table via its image field, as a List.
 Enumeration<Div> UploadedImageBase.getImageDivs()
          References to this UploadedImage in the Div table via its image field.
 List<Div> PageBase.getPageDivList()
          References to this Page in the Div table via its page field, as a List.
 Enumeration<Div> PageBase.getPageDivs()
          References to this Page in the Div table via its page field.
 List<Div> StyleBase.getStyleDivList()
          References to this Style in the Div table via its style field, as a List.
 Enumeration<Div> StyleBase.getStyleDivs()
          References to this Style in the Div table via its style field.
 



Copyright © 1997-2012 PanEris. All Rights Reserved.