openpss / com.hendraanggrian.openpss.ui.wage

Package com.hendraanggrian.openpss.ui.wage

Types

AddRecessPopover

class AddRecessPopover : ResultablePopover<Pair<LocalTime, LocalTime>>

Attendee

data class Attendee

Data class representing an Attendee with id as its identifier to avoid duplicates in Set scenario.

AttendeePane

class AttendeePane : _TitledPane, Context

DisableRecessPopover

class DisableRecessPopover : Popover

EditRecessDialog

class EditRecessDialog : TableDialog<Recess, Recesses>

IntervalWrapper

class IntervalWrapper : ReadableInterval, Serializable

An Interval wrapper where start time may be bigger than end time, making the time difference value negative. Such behavior is currently unsupported with Interval constructor.

ReadWageAction

class ReadWageAction : Action<Unit>

RevertibleObservableList

class RevertibleObservableList<E> : ObservableList<E>

WageController

class WageController : ActionController