openpss / com.hendraanggrian.openpss.popup.popover

Package com.hendraanggrian.openpss.popup.popover

Types

DatePopover

class DatePopover : ResultablePopover<LocalDate>

DateTimePopover

class DateTimePopover : ResultablePopover<DateTime>

InputPopover

open class InputPopover : ResultablePopover<String>

Popover

open class Popover : PopOver, Popup, Context

Base popup class used across applications.

ResultablePopover

open class ResultablePopover<T> : Popover, ResultablePopup<T>

PopOver with default button and return type.

TimePopover

class TimePopover : ResultablePopover<LocalTime>

ViewInvoicePopover

class ViewInvoicePopover : Popover

Popup displaying invoice using server's language instead of local. Size of invoice is equivalent to 10x14cm, possibly the smallest continuous form available.