Package com.jbstrap.jbmap
Interface MapDivPointRenderer
public interface MapDivPointRenderer
Unique DivPoint 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 content of the DivPoint. If you want to create a complex component, first, you have to enclose all your components in one container component. If the method returnsnull
, the DivPoint is displayed without a content.- Parameters:
record
- Database record- Returns:
- Unique content component
- See Also:
-
DivPoint
Record
-