Package com.jbstrap.jbmap
Interface MapPopupPointRenderer
public interface MapPopupPointRenderer
Unique PopupPoint content renderer interface.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptioncom.jbstrap.ui.Component<?>
onRendering
(com.jbstrap.core.dao.Record record) The method creates a component from the received record.
-
Method Details
-
onRendering
com.jbstrap.ui.Component<?> onRendering(com.jbstrap.core.dao.Record record) The method creates a component from the received record. The component is displayed as the PopupPoint content. If you want to create a complex component, you have to enclose several components into a container component. If the method returnsnull
, the PopupPoint is displayed without a content.- Parameters:
record
- Record from the database- Returns:
- Custom content component
- See Also:
-
PopupPoint
Record
-