org.beangle.doc.core

Members list

Concise view

Type members

Classlikes

class ConvertException(message: String, cause: Throwable, enableSuppression: Boolean, writableStackTrace: Boolean) extends RuntimeException

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
enum ErrorPolicy(val name: String)

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
enum Orientation(val id: Int, val name: String)

打印方向 Portrait 为纵向 Landscape 为横向

打印方向 Portrait 为纵向 Landscape 为横向

Attributes

Companion:
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
enum PageSize(val name: String)

纸张大小 定义常规的纸张大小

纸张大小 定义常规的纸张大小

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ProgressPhase(id: Int, description: String, total: Int, percent: Int)

处理阶段描述

处理阶段描述

Attributes

description

描述

id

阶段号

percent

该阶段的完成百分比

total

总共几个阶段

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any