Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class PromptDataBuilder<B extends PromptDataBuilder<B>> extends java.lang.Object implements Builder<PromptData>
PromptData
Modifier | Constructor and Description |
---|---|
protected |
PromptDataBuilder() |
Modifier and Type | Method and Description |
---|---|
PromptData |
build()
Make an instance of
PromptData based on the properties set on this builder. |
static PromptDataBuilder<?> |
create()
Creates a new instance of PromptDataBuilder.
|
B |
defaultValue(java.lang.String x)
Set the value of the
defaultValue property for the instance constructed by this builder. |
B |
message(java.lang.String x)
Set the value of the
message property for the instance constructed by this builder. |
public static PromptDataBuilder<?> create()
public B defaultValue(java.lang.String x)
defaultValue
property for the instance constructed by this builder.public B message(java.lang.String x)
message
property for the instance constructed by this builder.public PromptData build()
PromptData
based on the properties set on this builder.build
in interface Builder<PromptData>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to